Shades of Blue Chill #379188
Tints of Blue Chill #379188
RGB
CMYK
RGB Variations
Color information
#379188 (or 0x379188) is known color: Blue Chill. HEX triplet: 37, 91 and 88. RGB value is (55,145,136). Sum of RGB (Red+Green+Blue) = 55+145+136=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #379188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379188 is #C86E77. Grayscale: #757575. Windows color (decimal): -13135480 or 8950071. OLE color: 8950071.
HSL color Cylindrical-coordinate representation of color #379188: hue angle of 174º 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 #379188 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 145 | 136 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.43 |
| HSL | 174º | 0.45% | 0.39% | - |
| HSV(B) | 174º | 0.62% | 0.57% | - |
| XYZ | 16.14 | 22.84 | 26.85 | - |
| YUV | 117.06 | 138.68 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 145 | 136 | 0.62 | 0 | 0.06 | 0.43 | 174 | 0.45 | 0.39 |
| Hex | 37 | 91 | 88 | 3E | 0 | 6 | 2B | AE | 2D | 27 |
| Octal | 67 | 221 | 210 | 76 | 0 | 6 | 53 | 256 | 55 | 47 |
| Binary | 110111 | 10010001 | 10001000 | 111110 | 0 | 110 | 101011 | 10101110 | 101101 | 100111 |
Color Harmonies of #379188
Complementary color
Monochromatic Colors of #379188
Black with #379188
Text Example
Text Example
White with #379188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379188; }
p { color: rgb(55,145,136); }
H1.HeaderClassName
{
color: #379188;
}
.AnyTagClassName
{
color: #379188;
}
</style>
background-color css
<style>
a { background-color: #379188; }
a { background-color: rgb(55,145,136); }
div.DivClassName
{
background-color: #379188;
}
.BgClassName
{
background-color: #379188;
}
</style>
border-color css
<style>
span { border-color: #379188; }
span { border-color: rgb(55,145,136); }
td.TdClassName
{
border-color: #379188;
}
.TagClassName
{
border-color: #379188;
}
</style>