#37868C

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

Shades of Blue Chill #37868C

Tints of Blue Chill #37868C

Color information

#37868C (or 0x37868C) is unknown color: approx Blue Chill. HEX triplet: 37, 86 and 8C. RGB value is (55,134,140). Sum of RGB (Red+Green+Blue) = 55+134+140=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #37868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37868C is #C87973. Grayscale: #6E6E6E. Windows color (decimal): -13138292 or 9209399. OLE color: 9209399.

HSL color Cylindrical-coordinate representation of color #37868C: hue angle of 184.24º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37868C is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55134140-
CMYK0.610.0400.45
HSL184.24º43.59%38.24%-
HSV(B)184.24º60.71%54.9%-
XYZ14.8319.7627.84-
YUV111.06144.3388.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.72%
GREEN value IS 134 (52.73% from 255) = 40.73%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=16.72%
G=40.73%
B=42.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551341400.610.0400.45184.2443.5938.24
Hex37868C3D402Db82c26
Octal672062147540552705446
Binary1101111000011010001100111101100010110110111000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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