Shades of Blue Chill #398588
Tints of Blue Chill #398588
RGB
CMYK
RGB Variations
Color information
#398588 (or 0x398588) is known color: Blue Chill. HEX triplet: 39, 85 and 88. RGB value is (57,133,136). Sum of RGB (Red+Green+Blue) = 57+133+136=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 136 (53.52% from 255 or 41.72% from 326); Max value from RGB is 136 - color contains mainly: blue. Hex color #398588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398588 is #C67A77. Grayscale: #6E6E6E. Windows color (decimal): -13007480 or 8947001. OLE color: 8947001.
HSL color Cylindrical-coordinate representation of color #398588: hue angle of 182.28º 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 #398588 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 57 | 133 | 136 | - |
| CMYK | 0.58 | 0.02 | 0 | 0.47 |
| HSL | 182.28º | 0.41% | 0.38% | - |
| HSV(B) | 182.28º | 0.58% | 0.53% | - |
| XYZ | 14.52 | 19.42 | 26.28 | - |
| YUV | 110.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 133 | 136 | 0.58 | 0.02 | 0 | 0.47 | 182.28 | 0.41 | 0.38 |
| Hex | 39 | 85 | 88 | 3A | 2 | 0 | 2F | B6 | 29 | 26 |
| Octal | 71 | 205 | 210 | 72 | 2 | 0 | 57 | 266 | 51 | 46 |
| Binary | 111001 | 10000101 | 10001000 | 111010 | 10 | 0 | 101111 | 10110110 | 101001 | 100110 |
Color Harmonies of #398588
Complementary color
Monochromatic Colors of #398588
Black with #398588
Text Example
Text Example
White with #398588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398588; }
p { color: rgb(57,133,136); }
H1.HeaderClassName
{
color: #398588;
}
.AnyTagClassName
{
color: #398588;
}
</style>
background-color css
<style>
a { background-color: #398588; }
a { background-color: rgb(57,133,136); }
div.DivClassName
{
background-color: #398588;
}
.BgClassName
{
background-color: #398588;
}
</style>
border-color css
<style>
span { border-color: #398588; }
span { border-color: rgb(57,133,136); }
td.TdClassName
{
border-color: #398588;
}
.TagClassName
{
border-color: #398588;
}
</style>