Shades of Blue Chill #379995
Tints of Blue Chill #379995
RGB
CMYK
RGB Variations
Color information
#379995 (or 0x379995) is known color: Blue Chill. HEX triplet: 37, 99 and 95. RGB value is (55,153,149). Sum of RGB (Red+Green+Blue) = 55+153+149=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #379995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379995 is #C8666A. Grayscale: #7B7B7B. Windows color (decimal): -13133419 or 9804087. OLE color: 9804087.
HSL color Cylindrical-coordinate representation of color #379995: hue angle of 177.55º 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 #379995 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 153 | 149 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.4 |
| HSL | 177.55º | 0.47% | 0.41% | - |
| HSV(B) | 177.55º | 0.64% | 0.6% | - |
| XYZ | 18.39 | 25.76 | 32.44 | - |
| YUV | 123.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 149 | 0.64 | 0 | 0.03 | 0.4 | 177.55 | 0.47 | 0.41 |
| Hex | 37 | 99 | 95 | 40 | 0 | 3 | 28 | B2 | 2F | 29 |
| Octal | 67 | 231 | 225 | 100 | 0 | 3 | 50 | 262 | 57 | 51 |
| Binary | 110111 | 10011001 | 10010101 | 1000000 | 0 | 11 | 101000 | 10110010 | 101111 | 101001 |
Color Harmonies of #379995
Complementary color
Monochromatic Colors of #379995
Black with #379995
Text Example
Text Example
White with #379995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379995; }
p { color: rgb(55,153,149); }
H1.HeaderClassName
{
color: #379995;
}
.AnyTagClassName
{
color: #379995;
}
</style>
background-color css
<style>
a { background-color: #379995; }
a { background-color: rgb(55,153,149); }
div.DivClassName
{
background-color: #379995;
}
.BgClassName
{
background-color: #379995;
}
</style>
border-color css
<style>
span { border-color: #379995; }
span { border-color: rgb(55,153,149); }
td.TdClassName
{
border-color: #379995;
}
.TagClassName
{
border-color: #379995;
}
</style>