Shades of Blue Chill #379996
Tints of Blue Chill #379996
RGB
CMYK
RGB Variations
Color information
#379996 (or 0x379996) is known color: Blue Chill. HEX triplet: 37, 99 and 96. RGB value is (55,153,150). Sum of RGB (Red+Green+Blue) = 55+153+150=358 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.36% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #379996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379996 is #C86669. Grayscale: #7B7B7B. Windows color (decimal): -13133418 or 9869623. OLE color: 9869623.
HSL color Cylindrical-coordinate representation of color #379996: hue angle of 178.16º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379996 is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 150 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.4 |
| HSL | 178.16º | 0.47% | 0.41% | - |
| HSV(B) | 178.16º | 0.64% | 0.6% | - |
| XYZ | 18.47 | 25.8 | 32.86 | - |
| YUV | 123.36 | 143.03 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 150 | 0.64 | 0 | 0.02 | 0.4 | 178.16 | 0.47 | 0.41 |
| Hex | 37 | 99 | 96 | 40 | 0 | 2 | 28 | B2 | 2F | 29 |
| Octal | 67 | 231 | 226 | 100 | 0 | 2 | 50 | 262 | 57 | 51 |
| Binary | 110111 | 10011001 | 10010110 | 1000000 | 0 | 10 | 101000 | 10110010 | 101111 | 101001 |
Color Harmonies of #379996
Complementary color
Monochromatic Colors of #379996
Black with #379996
Text Example
Text Example
White with #379996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379996; }
p { color: rgb(55,153,150); }
H1.HeaderClassName
{
color: #379996;
}
.AnyTagClassName
{
color: #379996;
}
</style>
background-color css
<style>
a { background-color: #379996; }
a { background-color: rgb(55,153,150); }
div.DivClassName
{
background-color: #379996;
}
.BgClassName
{
background-color: #379996;
}
</style>
border-color css
<style>
span { border-color: #379996; }
span { border-color: rgb(55,153,150); }
td.TdClassName
{
border-color: #379996;
}
.TagClassName
{
border-color: #379996;
}
</style>