#366872

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

Shades of Blumine #366872

Tints of Blumine #366872

Color information

#366872 (or 0x366872) is unknown color: approx Blumine. HEX triplet: 36, 68 and 72. RGB value is (54,104,114). Sum of RGB (Red+Green+Blue) = 54+104+114=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 114 - color contains mainly: blue. Hex color #366872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366872 is #C9978D. Grayscale: #5A5A5A. Windows color (decimal): -13211534 or 7497782. OLE color: 7497782.

HSL color Cylindrical-coordinate representation of color #366872: hue angle of 190º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #366872 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB54104114-
CMYK0.530.0900.55
HSL190º35.71%32.94%-
HSV(B)190º52.63%44.71%-
XYZ9.5111.917.72-
YUV90.19141.44102.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 19.85%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 114 (44.92% from 255) = 41.91%
R=19.85%
G=38.24%
B=41.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal541041140.530.0900.5519035.7132.94
Hex366872359037be2421
Octal6615016265110672764441
Binary110110110100011100101101011001011011110111110100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366872; }

 p { color: rgb(54,104,114); }

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

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

 a { background-color: rgb(54,104,114); }

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

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

 span { border-color: rgb(54,104,114); }

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