Shades of Blue Chill #379694
Tints of Blue Chill #379694
RGB
CMYK
RGB Variations
Color information
#379694 (or 0x379694) is known color: Blue Chill. HEX triplet: 37, 96 and 94. RGB value is (55,150,148). Sum of RGB (Red+Green+Blue) = 55+150+148=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 148 (58.20% from 255 or 41.93% from 353); Max value from RGB is 150 - color contains mainly: green. Hex color #379694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379694 is #C8696B. Grayscale: #797979. Windows color (decimal): -13134188 or 9737783. OLE color: 9737783.
HSL color Cylindrical-coordinate representation of color #379694: hue angle of 178.74º 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 #379694 is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 150 | 148 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.41 |
| HSL | 178.74º | 0.46% | 0.4% | - |
| HSV(B) | 178.74º | 0.63% | 0.59% | - |
| XYZ | 17.83 | 24.76 | 31.86 | - |
| YUV | 121.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 150 | 148 | 0.63 | 0 | 0.01 | 0.41 | 178.74 | 0.46 | 0.4 |
| Hex | 37 | 96 | 94 | 3F | 0 | 1 | 29 | B3 | 2E | 28 |
| Octal | 67 | 226 | 224 | 77 | 0 | 1 | 51 | 263 | 56 | 50 |
| Binary | 110111 | 10010110 | 10010100 | 111111 | 0 | 1 | 101001 | 10110011 | 101110 | 101000 |
Color Harmonies of #379694
Complementary color
Monochromatic Colors of #379694
Black with #379694
Text Example
Text Example
White with #379694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379694; }
p { color: rgb(55,150,148); }
H1.HeaderClassName
{
color: #379694;
}
.AnyTagClassName
{
color: #379694;
}
</style>
background-color css
<style>
a { background-color: #379694; }
a { background-color: rgb(55,150,148); }
div.DivClassName
{
background-color: #379694;
}
.BgClassName
{
background-color: #379694;
}
</style>
border-color css
<style>
span { border-color: #379694; }
span { border-color: rgb(55,150,148); }
td.TdClassName
{
border-color: #379694;
}
.TagClassName
{
border-color: #379694;
}
</style>