Shades of Blue Chill #398884
Tints of Blue Chill #398884
RGB
CMYK
RGB Variations
Color information
#398884 (or 0x398884) is known color: Blue Chill. HEX triplet: 39, 88 and 84. RGB value is (57,136,132). Sum of RGB (Red+Green+Blue) = 57+136+132=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 136 - color contains mainly: green. Hex color #398884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398884 is #C6777B. Grayscale: #6F6F6F. Windows color (decimal): -13006716 or 8685625. OLE color: 8685625.
HSL color Cylindrical-coordinate representation of color #398884: hue angle of 176.96º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398884 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 136 | 132 | - |
| CMYK | 0.58 | 0 | 0.03 | 0.47 |
| HSL | 176.96º | 0.41% | 0.38% | - |
| HSV(B) | 176.96º | 0.58% | 0.53% | - |
| XYZ | 14.66 | 20.14 | 24.95 | - |
| YUV | 111.92 | 139.33 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 136 | 132 | 0.58 | 0 | 0.03 | 0.47 | 176.96 | 0.41 | 0.38 |
| Hex | 39 | 88 | 84 | 3A | 0 | 3 | 2F | B1 | 29 | 26 |
| Octal | 71 | 210 | 204 | 72 | 0 | 3 | 57 | 261 | 51 | 46 |
| Binary | 111001 | 10001000 | 10000100 | 111010 | 0 | 11 | 101111 | 10110001 | 101001 | 100110 |
Color Harmonies of #398884
Complementary color
Monochromatic Colors of #398884
Black with #398884
Text Example
Text Example
White with #398884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398884; }
p { color: rgb(57,136,132); }
H1.HeaderClassName
{
color: #398884;
}
.AnyTagClassName
{
color: #398884;
}
</style>
background-color css
<style>
a { background-color: #398884; }
a { background-color: rgb(57,136,132); }
div.DivClassName
{
background-color: #398884;
}
.BgClassName
{
background-color: #398884;
}
</style>
border-color css
<style>
span { border-color: #398884; }
span { border-color: rgb(57,136,132); }
td.TdClassName
{
border-color: #398884;
}
.TagClassName
{
border-color: #398884;
}
</style>