Shades of Summer Sky #3199E0
Tints of Summer Sky #3199E0
RGB
CMYK
RGB Variations
Color information
#3199E0 (or 0x3199E0) is known color: Summer Sky. HEX triplet: 31, 99 and E0. RGB value is (49,153,224). Sum of RGB (Red+Green+Blue) = 49+153+224=426 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.50% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #3199E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3199E0 is #CE661F. Grayscale: #818181. Windows color (decimal): -13526560 or 14719281. OLE color: 14719281.
HSL color Cylindrical-coordinate representation of color #3199E0: hue angle of 204.34º 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 #3199E0 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 153 | 224 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.12 |
| HSL | 204.34º | 0.74% | 0.54% | - |
| HSV(B) | 204.34º | 0.78% | 0.88% | - |
| XYZ | 26.11 | 28.82 | 74.71 | - |
| YUV | 130 | 181.04 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 224 | 0.78 | 0.32 | 0 | 0.12 | 204.34 | 0.74 | 0.54 |
| Hex | 31 | 99 | E0 | 4E | 20 | 0 | C | CC | 4A | 36 |
| Octal | 61 | 231 | 340 | 116 | 40 | 0 | 14 | 314 | 112 | 66 |
| Binary | 110001 | 10011001 | 11100000 | 1001110 | 100000 | 0 | 1100 | 11001100 | 1001010 | 110110 |
Color Harmonies of #3199E0
Complementary color
Monochromatic Colors of #3199E0
Black with #3199E0
Text Example
Text Example
White with #3199E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3199E0; }
p { color: rgb(49,153,224); }
H1.HeaderClassName
{
color: #3199E0;
}
.AnyTagClassName
{
color: #3199E0;
}
</style>
background-color css
<style>
a { background-color: #3199E0; }
a { background-color: rgb(49,153,224); }
div.DivClassName
{
background-color: #3199E0;
}
.BgClassName
{
background-color: #3199E0;
}
</style>
border-color css
<style>
span { border-color: #3199E0; }
span { border-color: rgb(49,153,224); }
td.TdClassName
{
border-color: #3199E0;
}
.TagClassName
{
border-color: #3199E0;
}
</style>