Shades of Summer Sky #319EE1
Tints of Summer Sky #319EE1
RGB
CMYK
RGB Variations
Color information
#319EE1 (or 0x319EE1) is known color: Summer Sky. HEX triplet: 31, 9E and E1. RGB value is (49,158,225). Sum of RGB (Red+Green+Blue) = 49+158+225=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #319EE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319EE1 is #CE611E. Grayscale: #848484. Windows color (decimal): -13525279 or 14786097. OLE color: 14786097.
HSL color Cylindrical-coordinate representation of color #319EE1: hue angle of 202.84º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #319EE1 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 158 | 225 | - |
| CMYK | 0.78 | 0.30 | 0 | 0.12 |
| HSL | 202.84º | 0.75% | 0.54% | - |
| HSV(B) | 202.84º | 0.78% | 0.88% | - |
| XYZ | 27.08 | 30.54 | 75.7 | - |
| YUV | 133.05 | 179.89 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 158 | 225 | 0.78 | 0.30 | 0 | 0.12 | 202.84 | 0.75 | 0.54 |
| Hex | 31 | 9E | E1 | 4E | 1E | 0 | C | CB | 4B | 36 |
| Octal | 61 | 236 | 341 | 116 | 36 | 0 | 14 | 313 | 113 | 66 |
| Binary | 110001 | 10011110 | 11100001 | 1001110 | 11110 | 0 | 1100 | 11001011 | 1001011 | 110110 |
Color Harmonies of #319EE1
Complementary color
Monochromatic Colors of #319EE1
Black with #319EE1
Text Example
Text Example
White with #319EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319EE1; }
p { color: rgb(49,158,225); }
H1.HeaderClassName
{
color: #319EE1;
}
.AnyTagClassName
{
color: #319EE1;
}
</style>
background-color css
<style>
a { background-color: #319EE1; }
a { background-color: rgb(49,158,225); }
div.DivClassName
{
background-color: #319EE1;
}
.BgClassName
{
background-color: #319EE1;
}
</style>
border-color css
<style>
span { border-color: #319EE1; }
span { border-color: rgb(49,158,225); }
td.TdClassName
{
border-color: #319EE1;
}
.TagClassName
{
border-color: #319EE1;
}
</style>