Shades of Blue Chill #379089
Tints of Blue Chill #379089
RGB
CMYK
RGB Variations
Color information
#379089 (or 0x379089) is known color: Blue Chill. HEX triplet: 37, 90 and 89. RGB value is (55,144,137). Sum of RGB (Red+Green+Blue) = 55+144+137=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #379089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379089 is #C86F76. Grayscale: #747474. Windows color (decimal): -13135735 or 9015351. OLE color: 9015351.
HSL color Cylindrical-coordinate representation of color #379089: hue angle of 175.28º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379089 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 144 | 137 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.44 |
| HSL | 175.28º | 0.45% | 0.39% | - |
| HSV(B) | 175.28º | 0.62% | 0.56% | - |
| XYZ | 16.06 | 22.56 | 27.18 | - |
| YUV | 116.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 144 | 137 | 0.62 | 0 | 0.05 | 0.44 | 175.28 | 0.45 | 0.39 |
| Hex | 37 | 90 | 89 | 3E | 0 | 5 | 2C | AF | 2D | 27 |
| Octal | 67 | 220 | 211 | 76 | 0 | 5 | 54 | 257 | 55 | 47 |
| Binary | 110111 | 10010000 | 10001001 | 111110 | 0 | 101 | 101100 | 10101111 | 101101 | 100111 |
Color Harmonies of #379089
Complementary color
Monochromatic Colors of #379089
Black with #379089
Text Example
Text Example
White with #379089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379089; }
p { color: rgb(55,144,137); }
H1.HeaderClassName
{
color: #379089;
}
.AnyTagClassName
{
color: #379089;
}
</style>
background-color css
<style>
a { background-color: #379089; }
a { background-color: rgb(55,144,137); }
div.DivClassName
{
background-color: #379089;
}
.BgClassName
{
background-color: #379089;
}
</style>
border-color css
<style>
span { border-color: #379089; }
span { border-color: rgb(55,144,137); }
td.TdClassName
{
border-color: #379089;
}
.TagClassName
{
border-color: #379089;
}
</style>