Shades of Blue Chill #398E8A
Tints of Blue Chill #398E8A
RGB
CMYK
RGB Variations
Color information
#398E8A (or 0x398E8A) is known color: Blue Chill. HEX triplet: 39, 8E and 8A. RGB value is (57,142,138). Sum of RGB (Red+Green+Blue) = 57+142+138=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 142 (55.86% from 255 or 42.14% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 142 - color contains mainly: green. Hex color #398E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398E8A is #C67175. Grayscale: #747474. Windows color (decimal): -13005174 or 9080377. OLE color: 9080377.
HSL color Cylindrical-coordinate representation of color #398E8A: hue angle of 177.18º 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 #398E8A is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 142 | 138 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.44 |
| HSL | 177.18º | 0.43% | 0.39% | - |
| HSV(B) | 177.18º | 0.6% | 0.56% | - |
| XYZ | 15.95 | 22.05 | 27.46 | - |
| YUV | 116.13 | 140.34 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 138 | 0.60 | 0 | 0.03 | 0.44 | 177.18 | 0.43 | 0.39 |
| Hex | 39 | 8E | 8A | 3C | 0 | 3 | 2C | B1 | 2B | 27 |
| Octal | 71 | 216 | 212 | 74 | 0 | 3 | 54 | 261 | 53 | 47 |
| Binary | 111001 | 10001110 | 10001010 | 111100 | 0 | 11 | 101100 | 10110001 | 101011 | 100111 |
Color Harmonies of #398E8A
Complementary color
Monochromatic Colors of #398E8A
Black with #398E8A
Text Example
Text Example
White with #398E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398E8A; }
p { color: rgb(57,142,138); }
H1.HeaderClassName
{
color: #398E8A;
}
.AnyTagClassName
{
color: #398E8A;
}
</style>
background-color css
<style>
a { background-color: #398E8A; }
a { background-color: rgb(57,142,138); }
div.DivClassName
{
background-color: #398E8A;
}
.BgClassName
{
background-color: #398E8A;
}
</style>
border-color css
<style>
span { border-color: #398E8A; }
span { border-color: rgb(57,142,138); }
td.TdClassName
{
border-color: #398E8A;
}
.TagClassName
{
border-color: #398E8A;
}
</style>