Shades of Summer Sky #319BEC
Tints of Summer Sky #319BEC
RGB
CMYK
RGB Variations
Color information
#319BEC (or 0x319BEC) is known color: Summer Sky. HEX triplet: 31, 9B and EC. RGB value is (49,155,236). Sum of RGB (Red+Green+Blue) = 49+155+236=440 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.14% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #319BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319BEC is #CE6413. Grayscale: #848484. Windows color (decimal): -13526036 or 15506225. OLE color: 15506225.
HSL color Cylindrical-coordinate representation of color #319BEC: hue angle of 205.99º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319BEC is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 155 | 236 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.07 |
| HSL | 205.99º | 0.83% | 0.56% | - |
| HSV(B) | 205.99º | 0.79% | 0.93% | - |
| XYZ | 28.13 | 30.15 | 83.69 | - |
| YUV | 132.54 | 186.38 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 236 | 0.79 | 0.34 | 0 | 0.07 | 205.99 | 0.83 | 0.56 |
| Hex | 31 | 9B | EC | 4F | 22 | 0 | 7 | CE | 53 | 38 |
| Octal | 61 | 233 | 354 | 117 | 42 | 0 | 7 | 316 | 123 | 70 |
| Binary | 110001 | 10011011 | 11101100 | 1001111 | 100010 | 0 | 111 | 11001110 | 1010011 | 111000 |
Color Harmonies of #319BEC
Complementary color
Monochromatic Colors of #319BEC
Black with #319BEC
Text Example
Text Example
White with #319BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BEC; }
p { color: rgb(49,155,236); }
H1.HeaderClassName
{
color: #319BEC;
}
.AnyTagClassName
{
color: #319BEC;
}
</style>
background-color css
<style>
a { background-color: #319BEC; }
a { background-color: rgb(49,155,236); }
div.DivClassName
{
background-color: #319BEC;
}
.BgClassName
{
background-color: #319BEC;
}
</style>
border-color css
<style>
span { border-color: #319BEC; }
span { border-color: rgb(49,155,236); }
td.TdClassName
{
border-color: #319BEC;
}
.TagClassName
{
border-color: #319BEC;
}
</style>