Shades of Blue Chill #398488
Tints of Blue Chill #398488
RGB
CMYK
RGB Variations
Color information
#398488 (or 0x398488) is known color: Blue Chill. HEX triplet: 39, 84 and 88. RGB value is (57,132,136). Sum of RGB (Red+Green+Blue) = 57+132+136=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 132 (51.95% from 255 or 40.62% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #398488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398488 is #C67B77. Grayscale: #6D6D6D. Windows color (decimal): -13007736 or 8946745. OLE color: 8946745.
HSL color Cylindrical-coordinate representation of color #398488: hue angle of 183.04º 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 #398488 is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 132 | 136 | - |
| CMYK | 0.58 | 0.03 | 0 | 0.47 |
| HSL | 183.04º | 0.41% | 0.38% | - |
| HSV(B) | 183.04º | 0.58% | 0.53% | - |
| XYZ | 14.38 | 19.15 | 26.23 | - |
| YUV | 110.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 136 | 0.58 | 0.03 | 0 | 0.47 | 183.04 | 0.41 | 0.38 |
| Hex | 39 | 84 | 88 | 3A | 3 | 0 | 2F | B7 | 29 | 26 |
| Octal | 71 | 204 | 210 | 72 | 3 | 0 | 57 | 267 | 51 | 46 |
| Binary | 111001 | 10000100 | 10001000 | 111010 | 11 | 0 | 101111 | 10110111 | 101001 | 100110 |
Color Harmonies of #398488
Complementary color
Monochromatic Colors of #398488
Black with #398488
Text Example
Text Example
White with #398488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398488; }
p { color: rgb(57,132,136); }
H1.HeaderClassName
{
color: #398488;
}
.AnyTagClassName
{
color: #398488;
}
</style>
background-color css
<style>
a { background-color: #398488; }
a { background-color: rgb(57,132,136); }
div.DivClassName
{
background-color: #398488;
}
.BgClassName
{
background-color: #398488;
}
</style>
border-color css
<style>
span { border-color: #398488; }
span { border-color: rgb(57,132,136); }
td.TdClassName
{
border-color: #398488;
}
.TagClassName
{
border-color: #398488;
}
</style>