#37556D

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

Shades of Blumine #37556D

Tints of Blumine #37556D

Color information

#37556D (or 0x37556D) is unknown color: approx Blumine. HEX triplet: 37, 55 and 6D. RGB value is (55,85,109). Sum of RGB (Red+Green+Blue) = 55+85+109=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 109 (42.97% from 255 or 43.78% from 249); Max value from RGB is 109 - color contains mainly: blue. Hex color #37556D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37556D is #C8AA92. Grayscale: #4E4E4E. Windows color (decimal): -13150867 or 7165239. OLE color: 7165239.

HSL color Cylindrical-coordinate representation of color #37556D: hue angle of 206.67º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37556D is Cyan = 0.50, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5585109-
CMYK0.500.2200.57
HSL206.67º32.93%32.16%-
HSV(B)206.67º49.54%42.75%-
XYZ7.588.4115.69-
YUV78.77145.06111.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.09%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 109 (42.97% from 255) = 43.78%
R=22.09%
G=34.14%
B=43.78%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55851090.500.2200.57206.6732.9332.16
Hex37556D3216039cf2120
Octal6712515562260713174140
Binary1101111010101110110111001010110011100111001111100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37556D; }

 p { color: rgb(55,85,109); }

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

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

 a { background-color: rgb(55,85,109); }

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

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

 span { border-color: rgb(55,85,109); }

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