#37576C

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

Shades of Blumine #37576C

Tints of Blumine #37576C

Color information

#37576C (or 0x37576C) is unknown color: approx Blumine. HEX triplet: 37, 57 and 6C. RGB value is (55,87,108). Sum of RGB (Red+Green+Blue) = 55+87+108=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 108 - color contains mainly: blue. Hex color #37576C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37576C is #C8A893. Grayscale: #4F4F4F. Windows color (decimal): -13150356 or 7100215. OLE color: 7100215.

HSL color Cylindrical-coordinate representation of color #37576C: hue angle of 203.77º 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 #37576C is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5587108-
CMYK0.490.1900.58
HSL203.77º32.52%31.96%-
HSV(B)203.77º49.07%42.35%-
XYZ7.698.7115.46-
YUV79.83143.9110.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22%
GREEN value IS 87 (34.38% from 255) = 34.8%
BLUE value IS 108 (42.58% from 255) = 43.2%
R=22%
G=34.8%
B=43.2%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55871080.490.1900.58203.7732.5231.96
Hex37576C311303Acc2120
Octal6712715461230723144140
Binary1101111010111110110011000110011011101011001100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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