Shades of Blue Chill #37979A
Tints of Blue Chill #37979A
RGB
CMYK
RGB Variations
Color information
#37979A (or 0x37979A) is known color: Blue Chill. HEX triplet: 37, 97 and 9A. RGB value is (55,151,154). Sum of RGB (Red+Green+Blue) = 55+151+154=360 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.28% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #37979A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37979A is #C86865. Grayscale: #7A7A7A. Windows color (decimal): -13133926 or 10131255. OLE color: 10131255.
HSL color Cylindrical-coordinate representation of color #37979A: hue angle of 181.82º 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 #37979A is Cyan = 0.64, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 151 | 154 | - |
| CMYK | 0.64 | 0.02 | 0 | 0.40 |
| HSL | 181.82º | 0.47% | 0.41% | - |
| HSV(B) | 181.82º | 0.64% | 0.6% | - |
| XYZ | 18.47 | 25.28 | 34.48 | - |
| YUV | 122.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 151 | 154 | 0.64 | 0.02 | 0 | 0.40 | 181.82 | 0.47 | 0.41 |
| Hex | 37 | 97 | 9A | 40 | 2 | 0 | 28 | B6 | 2F | 29 |
| Octal | 67 | 227 | 232 | 100 | 2 | 0 | 50 | 266 | 57 | 51 |
| Binary | 110111 | 10010111 | 10011010 | 1000000 | 10 | 0 | 101000 | 10110110 | 101111 | 101001 |
Color Harmonies of #37979A
Complementary color
Monochromatic Colors of #37979A
Black with #37979A
Text Example
Text Example
White with #37979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37979A; }
p { color: rgb(55,151,154); }
H1.HeaderClassName
{
color: #37979A;
}
.AnyTagClassName
{
color: #37979A;
}
</style>
background-color css
<style>
a { background-color: #37979A; }
a { background-color: rgb(55,151,154); }
div.DivClassName
{
background-color: #37979A;
}
.BgClassName
{
background-color: #37979A;
}
</style>
border-color css
<style>
span { border-color: #37979A; }
span { border-color: rgb(55,151,154); }
td.TdClassName
{
border-color: #37979A;
}
.TagClassName
{
border-color: #37979A;
}
</style>