Shades of Blue Chill #379396
Tints of Blue Chill #379396
RGB
CMYK
RGB Variations
Color information
#379396 (or 0x379396) is known color: Blue Chill. HEX triplet: 37, 93 and 96. RGB value is (55,147,150). Sum of RGB (Red+Green+Blue) = 55+147+150=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 150 - color contains mainly: blue. Hex color #379396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379396 is #C86C69. Grayscale: #777777. Windows color (decimal): -13134954 or 9868087. OLE color: 9868087.
HSL color Cylindrical-coordinate representation of color #379396: hue angle of 181.89º 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 #379396 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 147 | 150 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.41 |
| HSL | 181.89º | 0.46% | 0.4% | - |
| HSV(B) | 181.89º | 0.63% | 0.59% | - |
| XYZ | 17.51 | 23.88 | 32.54 | - |
| YUV | 119.83 | 145.02 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 147 | 150 | 0.63 | 0.02 | 0 | 0.41 | 181.89 | 0.46 | 0.4 |
| Hex | 37 | 93 | 96 | 3F | 2 | 0 | 29 | B6 | 2E | 28 |
| Octal | 67 | 223 | 226 | 77 | 2 | 0 | 51 | 266 | 56 | 50 |
| Binary | 110111 | 10010011 | 10010110 | 111111 | 10 | 0 | 101001 | 10110110 | 101110 | 101000 |
Color Harmonies of #379396
Complementary color
Monochromatic Colors of #379396
Black with #379396
Text Example
Text Example
White with #379396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379396; }
p { color: rgb(55,147,150); }
H1.HeaderClassName
{
color: #379396;
}
.AnyTagClassName
{
color: #379396;
}
</style>
background-color css
<style>
a { background-color: #379396; }
a { background-color: rgb(55,147,150); }
div.DivClassName
{
background-color: #379396;
}
.BgClassName
{
background-color: #379396;
}
</style>
border-color css
<style>
span { border-color: #379396; }
span { border-color: rgb(55,147,150); }
td.TdClassName
{
border-color: #379396;
}
.TagClassName
{
border-color: #379396;
}
</style>