Shades of Blue Chill #379692
Tints of Blue Chill #379692
RGB
CMYK
RGB Variations
Color information
#379692 (or 0x379692) is known color: Blue Chill. HEX triplet: 37, 96 and 92. RGB value is (55,150,146). Sum of RGB (Red+Green+Blue) = 55+150+146=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 150 (58.98% from 255 or 42.74% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 150 - color contains mainly: green. Hex color #379692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379692 is #C8696D. Grayscale: #797979. Windows color (decimal): -13134190 or 9606711. OLE color: 9606711.
HSL color Cylindrical-coordinate representation of color #379692: hue angle of 177.47º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379692 is Cyan = 0.63, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 150 | 146 | - |
| CMYK | 0.63 | 0 | 0.03 | 0.41 |
| HSL | 177.47º | 0.46% | 0.4% | - |
| HSV(B) | 177.47º | 0.63% | 0.59% | - |
| XYZ | 17.67 | 24.7 | 31.03 | - |
| YUV | 121.14 | 142.03 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 150 | 146 | 0.63 | 0 | 0.03 | 0.41 | 177.47 | 0.46 | 0.4 |
| Hex | 37 | 96 | 92 | 3F | 0 | 3 | 29 | B1 | 2E | 28 |
| Octal | 67 | 226 | 222 | 77 | 0 | 3 | 51 | 261 | 56 | 50 |
| Binary | 110111 | 10010110 | 10010010 | 111111 | 0 | 11 | 101001 | 10110001 | 101110 | 101000 |
Color Harmonies of #379692
Complementary color
Monochromatic Colors of #379692
Black with #379692
Text Example
Text Example
White with #379692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379692; }
p { color: rgb(55,150,146); }
H1.HeaderClassName
{
color: #379692;
}
.AnyTagClassName
{
color: #379692;
}
</style>
background-color css
<style>
a { background-color: #379692; }
a { background-color: rgb(55,150,146); }
div.DivClassName
{
background-color: #379692;
}
.BgClassName
{
background-color: #379692;
}
</style>
border-color css
<style>
span { border-color: #379692; }
span { border-color: rgb(55,150,146); }
td.TdClassName
{
border-color: #379692;
}
.TagClassName
{
border-color: #379692;
}
</style>