Shades of Summer Sky #319BE4
Tints of Summer Sky #319BE4
RGB
CMYK
RGB Variations
Color information
#319BE4 (or 0x319BE4) is known color: Summer Sky. HEX triplet: 31, 9B and E4. RGB value is (49,155,228). Sum of RGB (Red+Green+Blue) = 49+155+228=432 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.34% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #319BE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BE4 is #CE641B. Grayscale: #838383. Windows color (decimal): -13526044 or 14981937. OLE color: 14981937.
HSL color Cylindrical-coordinate representation of color #319BE4: hue angle of 204.47º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319BE4 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 49 | 155 | 228 | - |
| CMYK | 0.79 | 0.32 | 0 | 0.11 |
| HSL | 204.47º | 0.77% | 0.54% | - |
| HSV(B) | 204.47º | 0.79% | 0.89% | - |
| XYZ | 26.99 | 29.7 | 77.71 | - |
| YUV | 131.63 | 182.38 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 228 | 0.79 | 0.32 | 0 | 0.11 | 204.47 | 0.77 | 0.54 |
| Hex | 31 | 9B | E4 | 4F | 20 | 0 | B | CC | 4D | 36 |
| Octal | 61 | 233 | 344 | 117 | 40 | 0 | 13 | 314 | 115 | 66 |
| Binary | 110001 | 10011011 | 11100100 | 1001111 | 100000 | 0 | 1011 | 11001100 | 1001101 | 110110 |
Color Harmonies of #319BE4
Complementary color
Monochromatic Colors of #319BE4
Black with #319BE4
Text Example
Text Example
White with #319BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BE4; }
p { color: rgb(49,155,228); }
H1.HeaderClassName
{
color: #319BE4;
}
.AnyTagClassName
{
color: #319BE4;
}
</style>
background-color css
<style>
a { background-color: #319BE4; }
a { background-color: rgb(49,155,228); }
div.DivClassName
{
background-color: #319BE4;
}
.BgClassName
{
background-color: #319BE4;
}
</style>
border-color css
<style>
span { border-color: #319BE4; }
span { border-color: rgb(49,155,228); }
td.TdClassName
{
border-color: #319BE4;
}
.TagClassName
{
border-color: #319BE4;
}
</style>