Shades of Blue Chill #398E8C
Tints of Blue Chill #398E8C
RGB
CMYK
RGB Variations
Color information
#398E8C (or 0x398E8C) is known color: Blue Chill. HEX triplet: 39, 8E and 8C. RGB value is (57,142,140). Sum of RGB (Red+Green+Blue) = 57+142+140=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #398E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398E8C is #C67173. Grayscale: #747474. Windows color (decimal): -13005172 or 9211449. OLE color: 9211449.
HSL color Cylindrical-coordinate representation of color #398E8C: hue angle of 178.59º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398E8C is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 142 | 140 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.44 |
| HSL | 178.59º | 0.43% | 0.39% | - |
| HSV(B) | 178.59º | 0.6% | 0.56% | - |
| XYZ | 16.09 | 22.11 | 28.23 | - |
| YUV | 116.36 | 141.34 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 140 | 0.60 | 0 | 0.01 | 0.44 | 178.59 | 0.43 | 0.39 |
| Hex | 39 | 8E | 8C | 3C | 0 | 1 | 2C | B3 | 2B | 27 |
| Octal | 71 | 216 | 214 | 74 | 0 | 1 | 54 | 263 | 53 | 47 |
| Binary | 111001 | 10001110 | 10001100 | 111100 | 0 | 1 | 101100 | 10110011 | 101011 | 100111 |
Color Harmonies of #398E8C
Complementary color
Monochromatic Colors of #398E8C
Black with #398E8C
Text Example
Text Example
White with #398E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398E8C; }
p { color: rgb(57,142,140); }
H1.HeaderClassName
{
color: #398E8C;
}
.AnyTagClassName
{
color: #398E8C;
}
</style>
background-color css
<style>
a { background-color: #398E8C; }
a { background-color: rgb(57,142,140); }
div.DivClassName
{
background-color: #398E8C;
}
.BgClassName
{
background-color: #398E8C;
}
</style>
border-color css
<style>
span { border-color: #398E8C; }
span { border-color: rgb(57,142,140); }
td.TdClassName
{
border-color: #398E8C;
}
.TagClassName
{
border-color: #398E8C;
}
</style>