#336476

Color #336476 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #336476

Tints of Blumine #336476

Color information

#336476 (or 0x336476) is unknown color: approx Blumine. HEX triplet: 33, 64 and 76. RGB value is (51,100,118). Sum of RGB (Red+Green+Blue) = 51+100+118=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #336476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336476 is #CC9B89. Grayscale: #575757. Windows color (decimal): -13409162 or 7758899. OLE color: 7758899.

HSL color Cylindrical-coordinate representation of color #336476: hue angle of 196.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #336476 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB51100118-
CMYK0.570.1500.54
HSL196.12º39.64%33.14%-
HSV(B)196.12º56.78%46.27%-
XYZ9.1911.1318.8-
YUV87.4145.27102.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=18.96%
G=37.17%
B=43.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511001180.570.1500.54196.1239.6433.14
Hex33647639F036c42821
Octal6314416671170663045041
Binary110011110010011101101110011111011011011000100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336476; }

 p { color: rgb(51,100,118); }

 H1.HeaderClassName
 {
   color: #336476;
 }
 .AnyTagClassName
 {
   color: #336476;
 }
</style>
background-color css

<style>
 a { background-color: #336476; }

 a { background-color: rgb(51,100,118); }

 div.DivClassName
 {
   background-color: #336476;
 }
 .BgClassName
 {
   background-color: #336476;
 }
</style>
border-color css

<style>
 span { border-color: #336476; }

 span { border-color: rgb(51,100,118); }

 td.TdClassName
 {
   border-color: #336476;
 }
 .TagClassName
 {
   border-color: #336476;
 }
</style>