#37596C

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

Shades of Blumine #37596C

Tints of Blumine #37596C

Color information

#37596C (or 0x37596C) is unknown color: approx Blumine. HEX triplet: 37, 59 and 6C. RGB value is (55,89,108). Sum of RGB (Red+Green+Blue) = 55+89+108=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #37596C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37596C is #C8A693. Grayscale: #505050. Windows color (decimal): -13149844 or 7100727. OLE color: 7100727.

HSL color Cylindrical-coordinate representation of color #37596C: hue angle of 201.51º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #37596C is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5589108-
CMYK0.490.1800.58
HSL201.51º32.52%31.96%-
HSV(B)201.51º49.07%42.35%-
XYZ7.859.0415.52-
YUV81143.24109.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 89 (35.16% from 255) = 35.32%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=21.83%
G=35.32%
B=42.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55891080.490.1800.58201.5132.5231.96
Hex37596C311203Aca2120
Octal6713115461220723124140
Binary1101111011001110110011000110010011101011001010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37596C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37596C; }

 p { color: rgb(55,89,108); }

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

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

 a { background-color: rgb(55,89,108); }

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

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

 span { border-color: rgb(55,89,108); }

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