Shades of Blue Chill #37918B
Tints of Blue Chill #37918B
RGB
CMYK
RGB Variations
Color information
#37918B (or 0x37918B) is known color: Blue Chill. HEX triplet: 37, 91 and 8B. RGB value is (55,145,139). Sum of RGB (Red+Green+Blue) = 55+145+139=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 145 (57.03% from 255 or 42.77% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 145 - color contains mainly: green. Hex color #37918B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37918B is #C86E74. Grayscale: #757575. Windows color (decimal): -13135477 or 9146679. OLE color: 9146679.
HSL color Cylindrical-coordinate representation of color #37918B: hue angle of 176º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37918B is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 145 | 139 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.43 |
| HSL | 176º | 0.45% | 0.39% | - |
| HSV(B) | 176º | 0.62% | 0.57% | - |
| XYZ | 16.36 | 22.93 | 27.99 | - |
| YUV | 117.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 145 | 139 | 0.62 | 0 | 0.04 | 0.43 | 176 | 0.45 | 0.39 |
| Hex | 37 | 91 | 8B | 3E | 0 | 4 | 2B | B0 | 2D | 27 |
| Octal | 67 | 221 | 213 | 76 | 0 | 4 | 53 | 260 | 55 | 47 |
| Binary | 110111 | 10010001 | 10001011 | 111110 | 0 | 100 | 101011 | 10110000 | 101101 | 100111 |
Color Harmonies of #37918B
Complementary color
Monochromatic Colors of #37918B
Black with #37918B
Text Example
Text Example
White with #37918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37918B; }
p { color: rgb(55,145,139); }
H1.HeaderClassName
{
color: #37918B;
}
.AnyTagClassName
{
color: #37918B;
}
</style>
background-color css
<style>
a { background-color: #37918B; }
a { background-color: rgb(55,145,139); }
div.DivClassName
{
background-color: #37918B;
}
.BgClassName
{
background-color: #37918B;
}
</style>
border-color css
<style>
span { border-color: #37918B; }
span { border-color: rgb(55,145,139); }
td.TdClassName
{
border-color: #37918B;
}
.TagClassName
{
border-color: #37918B;
}
</style>