Shades of Summer Sky #319CE8
Tints of Summer Sky #319CE8
RGB
CMYK
RGB Variations
Color information
#319CE8 (or 0x319CE8) is known color: Summer Sky. HEX triplet: 31, 9C and E8. RGB value is (49,156,232). Sum of RGB (Red+Green+Blue) = 49+156+232=437 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.21% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 232 (91.02% from 255 or 53.09% from 437); Max value from RGB is 232 - color contains mainly: blue. Hex color #319CE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319CE8 is #CE6317. Grayscale: #848484. Windows color (decimal): -13525784 or 15244337. OLE color: 15244337.
HSL color Cylindrical-coordinate representation of color #319CE8: hue angle of 204.92º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319CE8 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 156 | 232 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.09 |
| HSL | 204.92º | 0.8% | 0.55% | - |
| HSV(B) | 204.92º | 0.79% | 0.91% | - |
| XYZ | 27.72 | 30.26 | 80.72 | - |
| YUV | 132.67 | 184.05 | 68.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 156 | 232 | 0.79 | 0.33 | 0 | 0.09 | 204.92 | 0.8 | 0.55 |
| Hex | 31 | 9C | E8 | 4F | 21 | 0 | 9 | CD | 50 | 37 |
| Octal | 61 | 234 | 350 | 117 | 41 | 0 | 11 | 315 | 120 | 67 |
| Binary | 110001 | 10011100 | 11101000 | 1001111 | 100001 | 0 | 1001 | 11001101 | 1010000 | 110111 |
Color Harmonies of #319CE8
Complementary color
Monochromatic Colors of #319CE8
Black with #319CE8
Text Example
Text Example
White with #319CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319CE8; }
p { color: rgb(49,156,232); }
H1.HeaderClassName
{
color: #319CE8;
}
.AnyTagClassName
{
color: #319CE8;
}
</style>
background-color css
<style>
a { background-color: #319CE8; }
a { background-color: rgb(49,156,232); }
div.DivClassName
{
background-color: #319CE8;
}
.BgClassName
{
background-color: #319CE8;
}
</style>
border-color css
<style>
span { border-color: #319CE8; }
span { border-color: rgb(49,156,232); }
td.TdClassName
{
border-color: #319CE8;
}
.TagClassName
{
border-color: #319CE8;
}
</style>