Shades of Blue Chill #379292
Tints of Blue Chill #379292
RGB
CMYK
RGB Variations
Color information
#379292 (or 0x379292) is known color: Blue Chill. HEX triplet: 37, 92 and 92. RGB value is (55,146,146). Sum of RGB (Red+Green+Blue) = 55+146+146=347 (45% of max value = 765). Red value is 55 (21.88% from 255 or 15.85% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #379292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379292 is #C86D6D. Grayscale: #767676. Windows color (decimal): -13135214 or 9605687. OLE color: 9605687.
HSL color Cylindrical-coordinate representation of color #379292: hue angle of 180º 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 #379292 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 146 | 146 | - |
| CMYK | 0.62 | 0 | 0 | 0.43 |
| HSL | 180º | 0.45% | 0.39% | - |
| HSV(B) | 180º | 0.62% | 0.57% | - |
| XYZ | 17.04 | 23.45 | 30.82 | - |
| YUV | 118.79 | 143.35 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 146 | 146 | 0.62 | 0 | 0 | 0.43 | 180 | 0.45 | 0.39 |
| Hex | 37 | 92 | 92 | 3E | 0 | 0 | 2B | B4 | 2D | 27 |
| Octal | 67 | 222 | 222 | 76 | 0 | 0 | 53 | 264 | 55 | 47 |
| Binary | 110111 | 10010010 | 10010010 | 111110 | 0 | 0 | 101011 | 10110100 | 101101 | 100111 |
Color Harmonies of #379292
Complementary color
Monochromatic Colors of #379292
Black with #379292
Text Example
Text Example
White with #379292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379292; }
p { color: rgb(55,146,146); }
H1.HeaderClassName
{
color: #379292;
}
.AnyTagClassName
{
color: #379292;
}
</style>
background-color css
<style>
a { background-color: #379292; }
a { background-color: rgb(55,146,146); }
div.DivClassName
{
background-color: #379292;
}
.BgClassName
{
background-color: #379292;
}
</style>
border-color css
<style>
span { border-color: #379292; }
span { border-color: rgb(55,146,146); }
td.TdClassName
{
border-color: #379292;
}
.TagClassName
{
border-color: #379292;
}
</style>