Shades of Blue Chill #37888C
Tints of Blue Chill #37888C
RGB
CMYK
RGB Variations
Color information
#37888C (or 0x37888C) is known color: Blue Chill. HEX triplet: 37, 88 and 8C. RGB value is (55,136,140). Sum of RGB (Red+Green+Blue) = 55+136+140=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 140 - color contains mainly: blue. Hex color #37888C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37888C is #C87773. Grayscale: #707070. Windows color (decimal): -13137780 or 9209911. OLE color: 9209911.
HSL color Cylindrical-coordinate representation of color #37888C: hue angle of 182.82º 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 #37888C is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 136 | 140 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.45 |
| HSL | 182.82º | 0.44% | 0.38% | - |
| HSV(B) | 182.82º | 0.61% | 0.55% | - |
| XYZ | 15.11 | 20.31 | 27.94 | - |
| YUV | 112.24 | 143.66 | 87.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 136 | 140 | 0.61 | 0.03 | 0 | 0.45 | 182.82 | 0.44 | 0.38 |
| Hex | 37 | 88 | 8C | 3D | 3 | 0 | 2D | B7 | 2C | 26 |
| Octal | 67 | 210 | 214 | 75 | 3 | 0 | 55 | 267 | 54 | 46 |
| Binary | 110111 | 10001000 | 10001100 | 111101 | 11 | 0 | 101101 | 10110111 | 101100 | 100110 |
Color Harmonies of #37888C
Complementary color
Monochromatic Colors of #37888C
Black with #37888C
Text Example
Text Example
White with #37888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37888C; }
p { color: rgb(55,136,140); }
H1.HeaderClassName
{
color: #37888C;
}
.AnyTagClassName
{
color: #37888C;
}
</style>
background-color css
<style>
a { background-color: #37888C; }
a { background-color: rgb(55,136,140); }
div.DivClassName
{
background-color: #37888C;
}
.BgClassName
{
background-color: #37888C;
}
</style>
border-color css
<style>
span { border-color: #37888C; }
span { border-color: rgb(55,136,140); }
td.TdClassName
{
border-color: #37888C;
}
.TagClassName
{
border-color: #37888C;
}
</style>