Shades of Summer Sky #319EDB
Tints of Summer Sky #319EDB
RGB
CMYK
RGB Variations
Color information
#319EDB (or 0x319EDB) is known color: Summer Sky. HEX triplet: 31, 9E and DB. RGB value is (49,158,219). Sum of RGB (Red+Green+Blue) = 49+158+219=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #319EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319EDB is #CE6124. Grayscale: #848484. Windows color (decimal): -13525285 or 14392881. OLE color: 14392881.
HSL color Cylindrical-coordinate representation of color #319EDB: hue angle of 201.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319EDB is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 158 | 219 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.14 |
| HSL | 201.53º | 0.7% | 0.53% | - |
| HSV(B) | 201.53º | 0.78% | 0.86% | - |
| XYZ | 26.28 | 30.22 | 71.47 | - |
| YUV | 132.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 219 | 0.78 | 0.28 | 0 | 0.14 | 201.53 | 0.7 | 0.53 |
| Hex | 31 | 9E | DB | 4E | 1C | 0 | E | CA | 46 | 35 |
| Octal | 61 | 236 | 333 | 116 | 34 | 0 | 16 | 312 | 106 | 65 |
| Binary | 110001 | 10011110 | 11011011 | 1001110 | 11100 | 0 | 1110 | 11001010 | 1000110 | 110101 |
Color Harmonies of #319EDB
Complementary color
Monochromatic Colors of #319EDB
Black with #319EDB
Text Example
Text Example
White with #319EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319EDB; }
p { color: rgb(49,158,219); }
H1.HeaderClassName
{
color: #319EDB;
}
.AnyTagClassName
{
color: #319EDB;
}
</style>
background-color css
<style>
a { background-color: #319EDB; }
a { background-color: rgb(49,158,219); }
div.DivClassName
{
background-color: #319EDB;
}
.BgClassName
{
background-color: #319EDB;
}
</style>
border-color css
<style>
span { border-color: #319EDB; }
span { border-color: rgb(49,158,219); }
td.TdClassName
{
border-color: #319EDB;
}
.TagClassName
{
border-color: #319EDB;
}
</style>