Shades of Blue Chill #379599
Tints of Blue Chill #379599
RGB
CMYK
RGB Variations
Color information
#379599 (or 0x379599) is known color: Blue Chill. HEX triplet: 37, 95 and 99. RGB value is (55,149,153). Sum of RGB (Red+Green+Blue) = 55+149+153=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #379599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379599 is #C86A66. Grayscale: #797979. Windows color (decimal): -13134439 or 10065207. OLE color: 10065207.
HSL color Cylindrical-coordinate representation of color #379599: hue angle of 182.45º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379599 is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 149 | 153 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.4 |
| HSL | 182.45º | 0.47% | 0.41% | - |
| HSV(B) | 182.45º | 0.64% | 0.6% | - |
| XYZ | 18.07 | 24.61 | 33.93 | - |
| YUV | 121.35 | 145.86 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 149 | 153 | 0.64 | 0.03 | 0 | 0.4 | 182.45 | 0.47 | 0.41 |
| Hex | 37 | 95 | 99 | 40 | 3 | 0 | 28 | B6 | 2F | 29 |
| Octal | 67 | 225 | 231 | 100 | 3 | 0 | 50 | 266 | 57 | 51 |
| Binary | 110111 | 10010101 | 10011001 | 1000000 | 11 | 0 | 101000 | 10110110 | 101111 | 101001 |
Color Harmonies of #379599
Complementary color
Monochromatic Colors of #379599
Black with #379599
Text Example
Text Example
White with #379599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379599; }
p { color: rgb(55,149,153); }
H1.HeaderClassName
{
color: #379599;
}
.AnyTagClassName
{
color: #379599;
}
</style>
background-color css
<style>
a { background-color: #379599; }
a { background-color: rgb(55,149,153); }
div.DivClassName
{
background-color: #379599;
}
.BgClassName
{
background-color: #379599;
}
</style>
border-color css
<style>
span { border-color: #379599; }
span { border-color: rgb(55,149,153); }
td.TdClassName
{
border-color: #379599;
}
.TagClassName
{
border-color: #379599;
}
</style>