#37868F

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

Shades of Blue Chill #37868F

Tints of Blue Chill #37868F

Color information

#37868F (or 0x37868F) is unknown color: approx Blue Chill. HEX triplet: 37, 86 and 8F. RGB value is (55,134,143). Sum of RGB (Red+Green+Blue) = 55+134+143=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 134 (52.73% from 255 or 40.36% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #37868F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37868F is #C87970. Grayscale: #6F6F6F. Windows color (decimal): -13138289 or 9406007. OLE color: 9406007.

HSL color Cylindrical-coordinate representation of color #37868F: hue angle of 186.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37868F is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55134143-
CMYK0.620.0600.44
HSL186.14º44.44%38.82%-
HSV(B)186.14º61.54%56.08%-
XYZ15.0619.8529.02-
YUV111.4145.8387.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 134 (52.73% from 255) = 40.36%
BLUE value IS 143 (56.25% from 255) = 43.07%
R=16.57%
G=40.36%
B=43.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551341430.620.0600.44186.1444.4438.82
Hex37868F3E602Cba2c27
Octal672062177660542725447
Binary1101111000011010001111111110110010110010111010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,134,143); }

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

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

 a { background-color: rgb(55,134,143); }

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

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

 span { border-color: rgb(55,134,143); }

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