Shades of Summer Sky #399EDB
Tints of Summer Sky #399EDB
RGB
CMYK
RGB Variations
Color information
#399EDB (or 0x399EDB) is known color: Summer Sky. HEX triplet: 39, 9E and DB. RGB value is (57,158,219). Sum of RGB (Red+Green+Blue) = 57+158+219=434 (57% of max value = 765). Red value is 57 (22.66% from 255 or 13.13% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #399EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399EDB is #C66124. Grayscale: #868686. Windows color (decimal): -13000997 or 14392889. OLE color: 14392889.
HSL color Cylindrical-coordinate representation of color #399EDB: hue angle of 202.59º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399EDB is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 158 | 219 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.14 |
| HSL | 202.59º | 0.69% | 0.54% | - |
| HSV(B) | 202.59º | 0.74% | 0.86% | - |
| XYZ | 26.7 | 30.44 | 71.49 | - |
| YUV | 134.76 | 175.54 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 219 | 0.74 | 0.28 | 0 | 0.14 | 202.59 | 0.69 | 0.54 |
| Hex | 39 | 9E | DB | 4A | 1C | 0 | E | CB | 45 | 36 |
| Octal | 71 | 236 | 333 | 112 | 34 | 0 | 16 | 313 | 105 | 66 |
| Binary | 111001 | 10011110 | 11011011 | 1001010 | 11100 | 0 | 1110 | 11001011 | 1000101 | 110110 |
Color Harmonies of #399EDB
Complementary color
Monochromatic Colors of #399EDB
Black with #399EDB
Text Example
Text Example
White with #399EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399EDB; }
p { color: rgb(57,158,219); }
H1.HeaderClassName
{
color: #399EDB;
}
.AnyTagClassName
{
color: #399EDB;
}
</style>
background-color css
<style>
a { background-color: #399EDB; }
a { background-color: rgb(57,158,219); }
div.DivClassName
{
background-color: #399EDB;
}
.BgClassName
{
background-color: #399EDB;
}
</style>
border-color css
<style>
span { border-color: #399EDB; }
span { border-color: rgb(57,158,219); }
td.TdClassName
{
border-color: #399EDB;
}
.TagClassName
{
border-color: #399EDB;
}
</style>