Shades of Blue Chill #398C8A
Tints of Blue Chill #398C8A
RGB
CMYK
RGB Variations
Color information
#398C8A (or 0x398C8A) is known color: Blue Chill. HEX triplet: 39, 8C and 8A. RGB value is (57,140,138). Sum of RGB (Red+Green+Blue) = 57+140+138=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #398C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398C8A is #C67375. Grayscale: #727272. Windows color (decimal): -13005686 or 9079865. OLE color: 9079865.
HSL color Cylindrical-coordinate representation of color #398C8A: hue angle of 178.55º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398C8A is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 140 | 138 | - |
| CMYK | 0.59 | 0 | 0.01 | 0.45 |
| HSL | 178.55º | 0.42% | 0.39% | - |
| HSV(B) | 178.55º | 0.59% | 0.55% | - |
| XYZ | 15.65 | 21.46 | 27.36 | - |
| YUV | 114.96 | 141 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 138 | 0.59 | 0 | 0.01 | 0.45 | 178.55 | 0.42 | 0.39 |
| Hex | 39 | 8C | 8A | 3B | 0 | 1 | 2D | B3 | 2A | 27 |
| Octal | 71 | 214 | 212 | 73 | 0 | 1 | 55 | 263 | 52 | 47 |
| Binary | 111001 | 10001100 | 10001010 | 111011 | 0 | 1 | 101101 | 10110011 | 101010 | 100111 |
Color Harmonies of #398C8A
Complementary color
Monochromatic Colors of #398C8A
Black with #398C8A
Text Example
Text Example
White with #398C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398C8A; }
p { color: rgb(57,140,138); }
H1.HeaderClassName
{
color: #398C8A;
}
.AnyTagClassName
{
color: #398C8A;
}
</style>
background-color css
<style>
a { background-color: #398C8A; }
a { background-color: rgb(57,140,138); }
div.DivClassName
{
background-color: #398C8A;
}
.BgClassName
{
background-color: #398C8A;
}
</style>
border-color css
<style>
span { border-color: #398C8A; }
span { border-color: rgb(57,140,138); }
td.TdClassName
{
border-color: #398C8A;
}
.TagClassName
{
border-color: #398C8A;
}
</style>