Shades of Blue Chill #379894
Tints of Blue Chill #379894
RGB
CMYK
RGB Variations
Color information
#379894 (or 0x379894) is known color: Blue Chill. HEX triplet: 37, 98 and 94. RGB value is (55,152,148). Sum of RGB (Red+Green+Blue) = 55+152+148=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #379894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #379894 is #C8676B. Grayscale: #7A7A7A. Windows color (decimal): -13133676 or 9738295. OLE color: 9738295.
HSL color Cylindrical-coordinate representation of color #379894: hue angle of 177.53º 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 #379894 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 152 | 148 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.40 |
| HSL | 177.53º | 0.47% | 0.41% | - |
| HSV(B) | 177.53º | 0.64% | 0.6% | - |
| XYZ | 18.15 | 25.41 | 31.96 | - |
| YUV | 122.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 152 | 148 | 0.64 | 0 | 0.03 | 0.40 | 177.53 | 0.47 | 0.41 |
| Hex | 37 | 98 | 94 | 40 | 0 | 3 | 28 | B2 | 2F | 29 |
| Octal | 67 | 230 | 224 | 100 | 0 | 3 | 50 | 262 | 57 | 51 |
| Binary | 110111 | 10011000 | 10010100 | 1000000 | 0 | 11 | 101000 | 10110010 | 101111 | 101001 |
Color Harmonies of #379894
Complementary color
Monochromatic Colors of #379894
Black with #379894
Text Example
Text Example
White with #379894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379894; }
p { color: rgb(55,152,148); }
H1.HeaderClassName
{
color: #379894;
}
.AnyTagClassName
{
color: #379894;
}
</style>
background-color css
<style>
a { background-color: #379894; }
a { background-color: rgb(55,152,148); }
div.DivClassName
{
background-color: #379894;
}
.BgClassName
{
background-color: #379894;
}
</style>
border-color css
<style>
span { border-color: #379894; }
span { border-color: rgb(55,152,148); }
td.TdClassName
{
border-color: #379894;
}
.TagClassName
{
border-color: #379894;
}
</style>