#37838B

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

Shades of Blue Chill #37838B

Tints of Blue Chill #37838B

Color information

#37838B (or 0x37838B) is unknown color: approx Blue Chill. HEX triplet: 37, 83 and 8B. RGB value is (55,131,139). Sum of RGB (Red+Green+Blue) = 55+131+139=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #37838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37838B is #C87C74. Grayscale: #6D6D6D. Windows color (decimal): -13139061 or 9143095. OLE color: 9143095.

HSL color Cylindrical-coordinate representation of color #37838B: hue angle of 185.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37838B is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55131139-
CMYK0.600.0600.45
HSL185.71º43.3%38.04%-
HSV(B)185.71º60.43%54.51%-
XYZ14.3518.9127.32-
YUV109.19144.8289.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.92%
GREEN value IS 131 (51.56% from 255) = 40.31%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=16.92%
G=40.31%
B=42.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551311390.600.0600.45185.7143.338.04
Hex37838B3C602Dba2b26
Octal672032137460552725346
Binary1101111000001110001011111100110010110110111010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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