#37586F

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

Shades of Blumine #37586F

Tints of Blumine #37586F

Color information

#37586F (or 0x37586F) is unknown color: approx Blumine. HEX triplet: 37, 58 and 6F. RGB value is (55,88,111). Sum of RGB (Red+Green+Blue) = 55+88+111=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #37586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37586F is #C8A790. Grayscale: #505050. Windows color (decimal): -13150097 or 7297079. OLE color: 7297079.

HSL color Cylindrical-coordinate representation of color #37586F: hue angle of 204.64º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #37586F is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5588111-
CMYK0.500.2100.56
HSL204.64º33.73%32.55%-
HSV(B)204.64º50.45%43.53%-
XYZ7.938.9416.35-
YUV80.76145.07109.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 111 (43.75% from 255) = 43.70%
R=21.65%
G=34.65%
B=43.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55881110.500.2100.56204.6433.7332.55
Hex37586F3215038cd2221
Octal6713015762250703154241
Binary1101111011000110111111001010101011100011001101100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37586F; }

 p { color: rgb(55,88,111); }

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

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

 a { background-color: rgb(55,88,111); }

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

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

 span { border-color: rgb(55,88,111); }

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