#37838C

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

Shades of Blue Chill #37838C

Tints of Blue Chill #37838C

Color information

#37838C (or 0x37838C) is unknown color: approx Blue Chill. HEX triplet: 37, 83 and 8C. RGB value is (55,131,140). Sum of RGB (Red+Green+Blue) = 55+131+140=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 131 (51.56% from 255 or 40.18% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #37838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37838C is #C87C73. Grayscale: #6D6D6D. Windows color (decimal): -13139060 or 9208631. OLE color: 9208631.

HSL color Cylindrical-coordinate representation of color #37838C: hue angle of 186.35º 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 #37838C is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55131140-
CMYK0.610.0600.45
HSL186.35º43.59%38.24%-
HSV(B)186.35º60.71%54.9%-
XYZ14.4318.9427.71-
YUV109.3145.3289.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 131 (51.56% from 255) = 40.18%
BLUE value IS 140 (55.08% from 255) = 42.94%
R=16.87%
G=40.18%
B=42.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551311400.610.0600.45186.3543.5938.24
Hex37838C3D602Dba2c26
Octal672032147560552725446
Binary1101111000001110001100111101110010110110111010101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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