COLOR #33355B

HEX: #33355B RGB: (51,53,91)

Color info

#33355B contains red, green and blue colors in about the same proportion. Web safe color of #33355B is #333366 (or #336).

RGB color model

#33355B color RGB value is (51,53,91).

RGB: (51,53,91) (20%, 21%, 36%)

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 91 of 255 = 36%

51
53
91

R + G + B ~ 26%. #33355B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 53 + 91 = 195 (100%)
R 51 of 195 ~ 26.15%
G 53 of 195 ~ 27.18%
B 91 of 195 ~ 46.67'%

%26.15
%27.18
%46.67

CMYK color model

#33355B color CMYK value is (44,42,0,64).

  • cyan value is 43.96%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK: (44,42,0,64) C44M42Y0K64 (44%,42%,0%,64%) (0.44/0.42/0.00/0.64) 

CMYK percentages

%43.96
%41.76
%0
%64.31

Codes

Color #33355B in popluar color models

33 35 5B
RGB 51 53 91
HSL 237° 28.17% 27.84%
HSB/HSV 237° 43.96% 35.69%
CMYK 43.96% 41.76% 0.00%
64.31%

Color #33355B in popluar number systems.

HEX 33 35 5B
Decimal 51 53 91
Binary 110011 110101 1011011
Octal 63 65 133

Shades and tints

Shades of #33355B

#33355B
(51,53,91)
#2F3153
(47,49,83)
#2B2D4B
(43,45,75)
#272943
(39,41,67)
#23253B
(35,37,59)
#1F2133
(31,33,51)
#1B1D2B
(27,29,43)
#171923
(23,25,35)
#13151B
(19,21,27)
#0F1113
(15,17,19)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #33355B

#33355B
(51,53,91)
#454769
(69,71,105)
#575977
(87,89,119)
#696B85
(105,107,133)
#7B7D93
(123,125,147)
#8D8FA1
(141,143,161)
#9FA1AF
(159,161,175)
#B1B3BD
(177,179,189)
#C3C5CB
(195,197,203)
#D5D7D9
(213,215,217)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33355B color. Also use rgb(51,53,91) instead hex code.

Text Font Color

.myTextColor { color: #33355B; }

<p style="color:#33355B">This sample text font color is #33355B.</p>

This text font color is #33355B.

Background Color

.myBgColor { background-color: #33355B; }

<div style="background-color:#33355B">Inner text</div>

This div background color is #33355B.

Border color

.myBorderColor { border: 1px solid #33355B; }

<div style="border:3px solid #33355B">Div</div>

This div border color is #33355B.

Opacity

.myOpacity80 { color: #33355B; opacity: 0.8; }

<p style="color:#33355B;opacity:0.8;">80%</p>

Text with #33355B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #33355B;}

<p style="text-shadow: 3px 3px 1px #33355B">Text here.</p>

This text has shadow with #33355B color.


.textShadow {text-shadow: 3px 3px 1px #33355B', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #33355B, 5px 5px 20px red">Text here.</p>

This text has shadow with #33355B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#33355B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#33355B, Direction=45, Strength=4)">Text</p>

This text has shadow with #33355B and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #33355B;
-webkit-box-shadow: 1px 1px 3px 2px #33355B;
box-shadow: 1px 1px 3px 2px #33355B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #33355B; -webkit-box-shadow: 1px 1px 3px 2px #33355B; box-shadow:1px 1px 3px 2px #33355B;">
Div content here
</div>

This div box has shadow with color #33355B.

Preview

Color preview on black background

This text has color #33355B on black background.


Color preview on white background

This text has color #33355B on white background.


Black color preview on #33355B background

This text has black color on #33355B background.


White color preview on #33355B background

This text has white color on #33355B background.


Related colors

Complementary color

Complementary color for #hex is #CCCAA4.


I love getcolorcode.com

Triadic colors

1 #5B3335 and #355B33 with #33355B are triadic colors.

2 #5B3533 and #35335B with #33355B are triadic colors.