#336472

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

Shades of Blumine #336472

Tints of Blumine #336472

Color information

#336472 (or 0x336472) is unknown color: approx Blumine. HEX triplet: 33, 64 and 72. RGB value is (51,100,114). Sum of RGB (Red+Green+Blue) = 51+100+114=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #336472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336472 is #CC9B8D. Grayscale: #565656. Windows color (decimal): -13409166 or 7496755. OLE color: 7496755.

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

Color convert

RGB51100114-
CMYK0.550.1200.55
HSL193.33º38.18%32.35%-
HSV(B)193.33º55.26%44.71%-
XYZ8.9611.0317.58-
YUV86.94143.27102.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.25%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=19.25%
G=37.74%
B=43.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511001140.550.1200.55193.3338.1832.35
Hex33647237C037c12620
Octal6314416267140673014640
Binary110011110010011100101101111100011011111000001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336472; }

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

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

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

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

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

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

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

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