Shades of Blue Chill #379288
Tints of Blue Chill #379288
RGB
CMYK
RGB Variations
Color information
#379288 (or 0x379288) is known color: Blue Chill. HEX triplet: 37, 92 and 88. RGB value is (55,146,136). Sum of RGB (Red+Green+Blue) = 55+146+136=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #379288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379288 is #C86D77. Grayscale: #757575. Windows color (decimal): -13135224 or 8950327. OLE color: 8950327.
HSL color Cylindrical-coordinate representation of color #379288: hue angle of 173.41º 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 #379288 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 146 | 136 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.43 |
| HSL | 173.41º | 0.45% | 0.39% | - |
| HSV(B) | 173.41º | 0.62% | 0.57% | - |
| XYZ | 16.3 | 23.15 | 26.9 | - |
| YUV | 117.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 146 | 136 | 0.62 | 0 | 0.07 | 0.43 | 173.41 | 0.45 | 0.39 |
| Hex | 37 | 92 | 88 | 3E | 0 | 7 | 2B | AD | 2D | 27 |
| Octal | 67 | 222 | 210 | 76 | 0 | 7 | 53 | 255 | 55 | 47 |
| Binary | 110111 | 10010010 | 10001000 | 111110 | 0 | 111 | 101011 | 10101101 | 101101 | 100111 |
Color Harmonies of #379288
Complementary color
Monochromatic Colors of #379288
Black with #379288
Text Example
Text Example
White with #379288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379288; }
p { color: rgb(55,146,136); }
H1.HeaderClassName
{
color: #379288;
}
.AnyTagClassName
{
color: #379288;
}
</style>
background-color css
<style>
a { background-color: #379288; }
a { background-color: rgb(55,146,136); }
div.DivClassName
{
background-color: #379288;
}
.BgClassName
{
background-color: #379288;
}
</style>
border-color css
<style>
span { border-color: #379288; }
span { border-color: rgb(55,146,136); }
td.TdClassName
{
border-color: #379288;
}
.TagClassName
{
border-color: #379288;
}
</style>