Shades of Blue Chill #399E99
Tints of Blue Chill #399E99
RGB
CMYK
RGB Variations
Color information
#399E99 (or 0x399E99) is known color: Blue Chill. HEX triplet: 39, 9E and 99. RGB value is (57,158,153). Sum of RGB (Red+Green+Blue) = 57+158+153=368 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.49% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 158 - color contains mainly: green. Hex color #399E99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399E99 is #C66166. Grayscale: #7F7F7F. Windows color (decimal): -13001063 or 10067513. OLE color: 10067513.
HSL color Cylindrical-coordinate representation of color #399E99: hue angle of 177.03º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399E99 is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 158 | 153 | - |
| CMYK | 0.64 | 0 | 0.03 | 0.38 |
| HSL | 177.03º | 0.47% | 0.42% | - |
| HSV(B) | 177.03º | 0.64% | 0.62% | - |
| XYZ | 19.66 | 27.62 | 34.43 | - |
| YUV | 127.23 | 142.54 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 153 | 0.64 | 0 | 0.03 | 0.38 | 177.03 | 0.47 | 0.42 |
| Hex | 39 | 9E | 99 | 40 | 0 | 3 | 26 | B1 | 2F | 2A |
| Octal | 71 | 236 | 231 | 100 | 0 | 3 | 46 | 261 | 57 | 52 |
| Binary | 111001 | 10011110 | 10011001 | 1000000 | 0 | 11 | 100110 | 10110001 | 101111 | 101010 |
Color Harmonies of #399E99
Complementary color
Monochromatic Colors of #399E99
Black with #399E99
Text Example
Text Example
White with #399E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399E99; }
p { color: rgb(57,158,153); }
H1.HeaderClassName
{
color: #399E99;
}
.AnyTagClassName
{
color: #399E99;
}
</style>
background-color css
<style>
a { background-color: #399E99; }
a { background-color: rgb(57,158,153); }
div.DivClassName
{
background-color: #399E99;
}
.BgClassName
{
background-color: #399E99;
}
</style>
border-color css
<style>
span { border-color: #399E99; }
span { border-color: rgb(57,158,153); }
td.TdClassName
{
border-color: #399E99;
}
.TagClassName
{
border-color: #399E99;
}
</style>