Shades of Blue Chill #37918D
Tints of Blue Chill #37918D
RGB
CMYK
RGB Variations
Color information
#37918D (or 0x37918D) is known color: Blue Chill. HEX triplet: 37, 91 and 8D. RGB value is (55,145,141). Sum of RGB (Red+Green+Blue) = 55+145+141=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 145 (57.03% from 255 or 42.52% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 145 - color contains mainly: green. Hex color #37918D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37918D is #C86E72. Grayscale: #757575. Windows color (decimal): -13135475 or 9277751. OLE color: 9277751.
HSL color Cylindrical-coordinate representation of color #37918D: hue angle of 177.33º 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 #37918D is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 145 | 141 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.43 |
| HSL | 177.33º | 0.45% | 0.39% | - |
| HSV(B) | 177.33º | 0.62% | 0.57% | - |
| XYZ | 16.51 | 22.99 | 28.77 | - |
| YUV | 117.63 | 141.18 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 145 | 141 | 0.62 | 0 | 0.03 | 0.43 | 177.33 | 0.45 | 0.39 |
| Hex | 37 | 91 | 8D | 3E | 0 | 3 | 2B | B1 | 2D | 27 |
| Octal | 67 | 221 | 215 | 76 | 0 | 3 | 53 | 261 | 55 | 47 |
| Binary | 110111 | 10010001 | 10001101 | 111110 | 0 | 11 | 101011 | 10110001 | 101101 | 100111 |
Color Harmonies of #37918D
Complementary color
Monochromatic Colors of #37918D
Black with #37918D
Text Example
Text Example
White with #37918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37918D; }
p { color: rgb(55,145,141); }
H1.HeaderClassName
{
color: #37918D;
}
.AnyTagClassName
{
color: #37918D;
}
</style>
background-color css
<style>
a { background-color: #37918D; }
a { background-color: rgb(55,145,141); }
div.DivClassName
{
background-color: #37918D;
}
.BgClassName
{
background-color: #37918D;
}
</style>
border-color css
<style>
span { border-color: #37918D; }
span { border-color: rgb(55,145,141); }
td.TdClassName
{
border-color: #37918D;
}
.TagClassName
{
border-color: #37918D;
}
</style>