COLOR #333A6A

HEX: #333A6A RGB: (51,58,106)

Color info

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

RGB color model

#333A6A color RGB value is (51,58,106).

RGB: (51,58,106) (20%, 23%, 42%)

RGB channels and saturation

R 51 of 255 = 20%
G 58 of 255 = 23%
B 106 of 255 = 42%

51
58
106

R + G + B ~ 28%. #333A6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 58 + 106 = 215 (100%)
R 51 of 215 ~ 23.72%
G 58 of 215 ~ 26.98%
B 106 of 215 ~ 49.3'%

%23.72
%26.98
%49.3

CMYK color model

#333A6A color CMYK value is (52,45,0,58).

  • cyan value is 51.89%
  • magenta value is 45.28%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK: (52,45,0,58) C52M45Y0K58 (52%,45%,0%,58%) (0.52/0.45/0.00/0.58) 

CMYK percentages

%51.89
%45.28
%0
%58.43

Codes

Color #333A6A in popluar color models

33 3A 6A
RGB 51 58 106
HSL 232° 35.03% 30.78%
HSB/HSV 232° 51.89% 41.57%
CMYK 51.89% 45.28% 0.00%
58.43%

Color #333A6A in popluar number systems.

HEX 33 3A 6A
Decimal 51 58 106
Binary 110011 111010 1101010
Octal 63 72 152

Shades and tints

Shades of #333A6A

#333A6A
(51,58,106)
#2F3561
(47,53,97)
#2B3058
(43,48,88)
#272B4F
(39,43,79)
#232646
(35,38,70)
#1F213D
(31,33,61)
#1B1C34
(27,28,52)
#17172B
(23,23,43)
#131222
(19,18,34)
#0F0D19
(15,13,25)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #333A6A

#333A6A
(51,58,106)
#454B77
(69,75,119)
#575C84
(87,92,132)
#696D91
(105,109,145)
#7B7E9E
(123,126,158)
#8D8FAB
(141,143,171)
#9FA0B8
(159,160,184)
#B1B1C5
(177,177,197)
#C3C2D2
(195,194,210)
#D5D3DF
(213,211,223)
#E7E4EC
(231,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333A6A color. Also use rgb(51,58,106) instead hex code.

Text Font Color

.myTextColor { color: #333A6A; }

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

This text font color is #333A6A.

Background Color

.myBgColor { background-color: #333A6A; }

<div style="background-color:#333A6A">Inner text</div>

This div background color is #333A6A.

Border color

.myBorderColor { border: 1px solid #333A6A; }

<div style="border:3px solid #333A6A">Div</div>

This div border color is #333A6A.

Opacity

.myOpacity80 { color: #333A6A; opacity: 0.8; }

<p style="color:#333A6A;opacity:0.8;">80%</p>

Text with #333A6A 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 #333A6A;}

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

This text has shadow with #333A6A color.


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

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

This text has shadow with #333A6A primary color and red secondary color.


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

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

This text has shadow with #333A6A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #333A6A.

Preview

Color preview on black background

This text has color #333A6A on black background.


Color preview on white background

This text has color #333A6A on white background.


Black color preview on #333A6A background

This text has black color on #333A6A background.


White color preview on #333A6A background

This text has white color on #333A6A background.


Related colors

Complementary color

Complementary color for #hex is #CCC595.


I love getcolorcode.com

Triadic colors

1 #6A333A and #3A6A33 with #333A6A are triadic colors.

2 #6A3A33 and #3A336A with #333A6A are triadic colors.