Shades of Blue Chill #398E91
Tints of Blue Chill #398E91
RGB
CMYK
RGB Variations
Color information
#398E91 (or 0x398E91) is known color: Blue Chill. HEX triplet: 39, 8E and 91. RGB value is (57,142,145). Sum of RGB (Red+Green+Blue) = 57+142+145=344 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.57% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #398E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398E91 is #C6716E. Grayscale: #747474. Windows color (decimal): -13005167 or 9539129. OLE color: 9539129.
HSL color Cylindrical-coordinate representation of color #398E91: hue angle of 182.05º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398E91 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 142 | 145 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.43 |
| HSL | 182.05º | 0.44% | 0.4% | - |
| HSV(B) | 182.05º | 0.61% | 0.57% | - |
| XYZ | 16.47 | 22.26 | 30.22 | - |
| YUV | 116.93 | 143.84 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 142 | 145 | 0.61 | 0.02 | 0 | 0.43 | 182.05 | 0.44 | 0.4 |
| Hex | 39 | 8E | 91 | 3D | 2 | 0 | 2B | B6 | 2C | 28 |
| Octal | 71 | 216 | 221 | 75 | 2 | 0 | 53 | 266 | 54 | 50 |
| Binary | 111001 | 10001110 | 10010001 | 111101 | 10 | 0 | 101011 | 10110110 | 101100 | 101000 |
Color Harmonies of #398E91
Complementary color
Monochromatic Colors of #398E91
Black with #398E91
Text Example
Text Example
White with #398E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398E91; }
p { color: rgb(57,142,145); }
H1.HeaderClassName
{
color: #398E91;
}
.AnyTagClassName
{
color: #398E91;
}
</style>
background-color css
<style>
a { background-color: #398E91; }
a { background-color: rgb(57,142,145); }
div.DivClassName
{
background-color: #398E91;
}
.BgClassName
{
background-color: #398E91;
}
</style>
border-color css
<style>
span { border-color: #398E91; }
span { border-color: rgb(57,142,145); }
td.TdClassName
{
border-color: #398E91;
}
.TagClassName
{
border-color: #398E91;
}
</style>