Shades of Blue Chill #379192
Tints of Blue Chill #379192
RGB
CMYK
RGB Variations
Color information
#379192 (or 0x379192) is known color: Blue Chill. HEX triplet: 37, 91 and 92. RGB value is (55,145,146). Sum of RGB (Red+Green+Blue) = 55+145+146=346 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.90% from 346); Green value is 145 (57.03% from 255 or 41.91% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #379192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379192 is #C86E6D. Grayscale: #767676. Windows color (decimal): -13135470 or 9605431. OLE color: 9605431.
HSL color Cylindrical-coordinate representation of color #379192: hue angle of 180.66º 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 #379192 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 145 | 146 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.43 |
| HSL | 180.66º | 0.45% | 0.39% | - |
| HSV(B) | 180.66º | 0.62% | 0.57% | - |
| XYZ | 16.89 | 23.14 | 30.77 | - |
| YUV | 118.2 | 143.68 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 145 | 146 | 0.62 | 0.01 | 0 | 0.43 | 180.66 | 0.45 | 0.39 |
| Hex | 37 | 91 | 92 | 3E | 1 | 0 | 2B | B5 | 2D | 27 |
| Octal | 67 | 221 | 222 | 76 | 1 | 0 | 53 | 265 | 55 | 47 |
| Binary | 110111 | 10010001 | 10010010 | 111110 | 1 | 0 | 101011 | 10110101 | 101101 | 100111 |
Color Harmonies of #379192
Complementary color
Monochromatic Colors of #379192
Black with #379192
Text Example
Text Example
White with #379192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379192; }
p { color: rgb(55,145,146); }
H1.HeaderClassName
{
color: #379192;
}
.AnyTagClassName
{
color: #379192;
}
</style>
background-color css
<style>
a { background-color: #379192; }
a { background-color: rgb(55,145,146); }
div.DivClassName
{
background-color: #379192;
}
.BgClassName
{
background-color: #379192;
}
</style>
border-color css
<style>
span { border-color: #379192; }
span { border-color: rgb(55,145,146); }
td.TdClassName
{
border-color: #379192;
}
.TagClassName
{
border-color: #379192;
}
</style>