#336471

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

Shades of Blumine #336471

Tints of Blumine #336471

Color information

#336471 (or 0x336471) is unknown color: approx Blumine. HEX triplet: 33, 64 and 71. RGB value is (51,100,113). Sum of RGB (Red+Green+Blue) = 51+100+113=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 100 (39.45% from 255 or 37.88% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #336471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336471 is #CC9B8E. Grayscale: #565656. Windows color (decimal): -13409167 or 7431219. OLE color: 7431219.

HSL color Cylindrical-coordinate representation of color #336471: hue angle of 192.58º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #336471 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB51100113-
CMYK0.550.1200.56
HSL192.58º37.8%32.16%-
HSV(B)192.58º54.87%44.31%-
XYZ8.911.0117.28-
YUV86.83142.77102.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.32%
GREEN value IS 100 (39.45% from 255) = 37.88%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=19.32%
G=37.88%
B=42.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal511001130.550.1200.56192.5837.832.16
Hex33647137C038c12620
Octal6314416167140703014640
Binary110011110010011100011101111100011100011000001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336471; }

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

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

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

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

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

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

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

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