COLOR #332F66

HEX: #332F66 RGB: (51,47,102)

Color info

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

RGB color model

#332F66 color RGB value is (51,47,102).

RGB: (51,47,102) (20%, 18%, 40%)

RGB channels and saturation

R 51 of 255 = 20%
G 47 of 255 = 18%
B 102 of 255 = 40%

51
47
102

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

Portions of RGB colors in percentages

R + G + B = 51 + 47 + 102 = 200 (100%)
R 51 of 200 ~ 25.5%
G 47 of 200 ~ 23.5%
B 102 of 200 ~ 51'%

%25.5
%23.5
%51

CMYK color model

#332F66 color CMYK value is (50,54,0,60).

  • cyan value is 50.00%
  • magenta value is 53.92%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (50,54,0,60)
C50M54Y0K60 (50%, 54%, 0%, 60%)
(0.50 / 0.54 / 0.00 / 0.60)

CMYK percentages

%50
%53.92
%0
%60

Codes

Color #332F66 in popluar color models

33 2F 66
RGB 51 47 102
HSL 244° 36.91% 29.22%
HSB/HSV 244° 53.92% 40.00%
CMYK 50.00% 53.92% 0.00%
60.00%

Color #332F66 in popluar number systems.

HEX 33 2F 66
Decimal 51 47 102
Binary 110011 101111 1100110
Octal 63 57 146

Shades and tints

Shades of #332F66

#332F66
(51,47,102)
#2F2B5D
(47,43,93)
#2B2754
(43,39,84)
#27234B
(39,35,75)
#231F42
(35,31,66)
#1F1B39
(31,27,57)
#1B1730
(27,23,48)
#171327
(23,19,39)
#130F1E
(19,15,30)
#0F0B15
(15,11,21)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #332F66

#332F66
(51,47,102)
#454173
(69,65,115)
#575380
(87,83,128)
#69658D
(105,101,141)
#7B779A
(123,119,154)
#8D89A7
(141,137,167)
#9F9BB4
(159,155,180)
#B1ADC1
(177,173,193)
#C3BFCE
(195,191,206)
#D5D1DB
(213,209,219)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332F66 color. Also use rgb(51,47,102) instead hex code.

Text Font Color

.myTextColor { color: #332F66; }

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

This text font color is #332F66.

Background Color

.myBgColor { background-color: #332F66; }

<div style="background-color:#332F66">Inner text</div>

This div background color is #332F66.

Border color

.myBorderColor { border: 1px solid #332F66; }

<div style="border:3px solid #332F66">Div</div>

This div border color is #332F66.

Opacity

.myOpacity80 { color: #332F66; opacity: 0.8; }

<p style="color:#332F66;opacity:0.8;">80%</p>

Text with #332F66 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 #332F66;}

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

This text has shadow with #332F66 color.


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

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

This text has shadow with #332F66 primary color and red secondary color.


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

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

This text has shadow with #332F66 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #332F66.

Preview

Color preview on black background

This text has color #332F66 on black background.


Color preview on white background

This text has color #332F66 on white background.


Black color preview on #332F66 background

This text has black color on #332F66 background.


White color preview on #332F66 background

This text has white color on #332F66 background.


Related colors

Complementary color

Complementary color for #hex is #CCD099.


I love getcolorcode.com

Triadic colors

1 #66332F and #2F6633 with #332F66 are triadic colors.

2 #662F33 and #2F3366 with #332F66 are triadic colors.