Shades of Summer Sky #319BE0
Tints of Summer Sky #319BE0
RGB
CMYK
RGB Variations
Color information
#319BE0 (or 0x319BE0) is known color: Summer Sky. HEX triplet: 31, 9B and E0. RGB value is (49,155,224). Sum of RGB (Red+Green+Blue) = 49+155+224=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 224 (87.89% from 255 or 52.34% from 428); Max value from RGB is 224 - color contains mainly: blue. Hex color #319BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #319BE0 is #CE641F. Grayscale: #828282. Windows color (decimal): -13526048 or 14719793. OLE color: 14719793.
HSL color Cylindrical-coordinate representation of color #319BE0: hue angle of 203.66º 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 #319BE0 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 155 | 224 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.12 |
| HSL | 203.66º | 0.74% | 0.54% | - |
| HSV(B) | 203.66º | 0.78% | 0.88% | - |
| XYZ | 26.44 | 29.48 | 74.82 | - |
| YUV | 131.17 | 180.38 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 224 | 0.78 | 0.31 | 0 | 0.12 | 203.66 | 0.74 | 0.54 |
| Hex | 31 | 9B | E0 | 4E | 1F | 0 | C | CC | 4A | 36 |
| Octal | 61 | 233 | 340 | 116 | 37 | 0 | 14 | 314 | 112 | 66 |
| Binary | 110001 | 10011011 | 11100000 | 1001110 | 11111 | 0 | 1100 | 11001100 | 1001010 | 110110 |
Color Harmonies of #319BE0
Complementary color
Monochromatic Colors of #319BE0
Black with #319BE0
Text Example
Text Example
White with #319BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BE0; }
p { color: rgb(49,155,224); }
H1.HeaderClassName
{
color: #319BE0;
}
.AnyTagClassName
{
color: #319BE0;
}
</style>
background-color css
<style>
a { background-color: #319BE0; }
a { background-color: rgb(49,155,224); }
div.DivClassName
{
background-color: #319BE0;
}
.BgClassName
{
background-color: #319BE0;
}
</style>
border-color css
<style>
span { border-color: #319BE0; }
span { border-color: rgb(49,155,224); }
td.TdClassName
{
border-color: #319BE0;
}
.TagClassName
{
border-color: #319BE0;
}
</style>