Shades of Summer Sky #319BE8
Tints of Summer Sky #319BE8
RGB
CMYK
RGB Variations
Color information
#319BE8 (or 0x319BE8) is known color: Summer Sky. HEX triplet: 31, 9B and E8. RGB value is (49,155,232). Sum of RGB (Red+Green+Blue) = 49+155+232=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 232 (91.02% from 255 or 53.21% from 436); Max value from RGB is 232 - color contains mainly: blue. Hex color #319BE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319BE8 is #CE6417. Grayscale: #838383. Windows color (decimal): -13526040 or 15244081. OLE color: 15244081.
HSL color Cylindrical-coordinate representation of color #319BE8: hue angle of 205.25º 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 #319BE8 is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 155 | 232 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.09 |
| HSL | 205.25º | 0.8% | 0.55% | - |
| HSV(B) | 205.25º | 0.79% | 0.91% | - |
| XYZ | 27.55 | 29.92 | 80.67 | - |
| YUV | 132.08 | 184.38 | 68.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 232 | 0.79 | 0.33 | 0 | 0.09 | 205.25 | 0.8 | 0.55 |
| Hex | 31 | 9B | E8 | 4F | 21 | 0 | 9 | CD | 50 | 37 |
| Octal | 61 | 233 | 350 | 117 | 41 | 0 | 11 | 315 | 120 | 67 |
| Binary | 110001 | 10011011 | 11101000 | 1001111 | 100001 | 0 | 1001 | 11001101 | 1010000 | 110111 |
Color Harmonies of #319BE8
Complementary color
Monochromatic Colors of #319BE8
Black with #319BE8
Text Example
Text Example
White with #319BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BE8; }
p { color: rgb(49,155,232); }
H1.HeaderClassName
{
color: #319BE8;
}
.AnyTagClassName
{
color: #319BE8;
}
</style>
background-color css
<style>
a { background-color: #319BE8; }
a { background-color: rgb(49,155,232); }
div.DivClassName
{
background-color: #319BE8;
}
.BgClassName
{
background-color: #319BE8;
}
</style>
border-color css
<style>
span { border-color: #319BE8; }
span { border-color: rgb(49,155,232); }
td.TdClassName
{
border-color: #319BE8;
}
.TagClassName
{
border-color: #319BE8;
}
</style>