Shades of Summer Sky #319FE0
Tints of Summer Sky #319FE0
RGB
CMYK
RGB Variations
Color information
#319FE0 (or 0x319FE0) is known color: Summer Sky. HEX triplet: 31, 9F and E0. RGB value is (49,159,224). Sum of RGB (Red+Green+Blue) = 49+159+224=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #319FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319FE0 is #CE601F. Grayscale: #858585. Windows color (decimal): -13525024 or 14720817. OLE color: 14720817.
HSL color Cylindrical-coordinate representation of color #319FE0: hue angle of 202.29º degrees, saturation: 0.74, 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 #319FE0 is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 159 | 224 | - |
| CMYK | 0.78 | 0.29 | 0 | 0.12 |
| HSL | 202.29º | 0.74% | 0.54% | - |
| HSV(B) | 202.29º | 0.78% | 0.88% | - |
| XYZ | 27.12 | 30.83 | 75.04 | - |
| YUV | 133.52 | 179.06 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 159 | 224 | 0.78 | 0.29 | 0 | 0.12 | 202.29 | 0.74 | 0.54 |
| Hex | 31 | 9F | E0 | 4E | 1D | 0 | C | CA | 4A | 36 |
| Octal | 61 | 237 | 340 | 116 | 35 | 0 | 14 | 312 | 112 | 66 |
| Binary | 110001 | 10011111 | 11100000 | 1001110 | 11101 | 0 | 1100 | 11001010 | 1001010 | 110110 |
Color Harmonies of #319FE0
Complementary color
Monochromatic Colors of #319FE0
Black with #319FE0
Text Example
Text Example
White with #319FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319FE0; }
p { color: rgb(49,159,224); }
H1.HeaderClassName
{
color: #319FE0;
}
.AnyTagClassName
{
color: #319FE0;
}
</style>
background-color css
<style>
a { background-color: #319FE0; }
a { background-color: rgb(49,159,224); }
div.DivClassName
{
background-color: #319FE0;
}
.BgClassName
{
background-color: #319FE0;
}
</style>
border-color css
<style>
span { border-color: #319FE0; }
span { border-color: rgb(49,159,224); }
td.TdClassName
{
border-color: #319FE0;
}
.TagClassName
{
border-color: #319FE0;
}
</style>