Shades of Summer Sky #3199E1
Tints of Summer Sky #3199E1
RGB
CMYK
RGB Variations
Color information
#3199E1 (or 0x3199E1) is known color: Summer Sky. HEX triplet: 31, 99 and E1. RGB value is (49,153,225). Sum of RGB (Red+Green+Blue) = 49+153+225=427 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.48% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #3199E1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3199E1 is #CE661E. Grayscale: #818181. Windows color (decimal): -13526559 or 14784817. OLE color: 14784817.
HSL color Cylindrical-coordinate representation of color #3199E1: hue angle of 204.55º degrees, saturation: 0.75, 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 #3199E1 is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 153 | 225 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.12 |
| HSL | 204.55º | 0.75% | 0.54% | - |
| HSV(B) | 204.55º | 0.78% | 0.88% | - |
| XYZ | 26.25 | 28.87 | 75.42 | - |
| YUV | 130.11 | 181.54 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 153 | 225 | 0.78 | 0.32 | 0 | 0.12 | 204.55 | 0.75 | 0.54 |
| Hex | 31 | 99 | E1 | 4E | 20 | 0 | C | CD | 4B | 36 |
| Octal | 61 | 231 | 341 | 116 | 40 | 0 | 14 | 315 | 113 | 66 |
| Binary | 110001 | 10011001 | 11100001 | 1001110 | 100000 | 0 | 1100 | 11001101 | 1001011 | 110110 |
Color Harmonies of #3199E1
Complementary color
Monochromatic Colors of #3199E1
Black with #3199E1
Text Example
Text Example
White with #3199E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3199E1; }
p { color: rgb(49,153,225); }
H1.HeaderClassName
{
color: #3199E1;
}
.AnyTagClassName
{
color: #3199E1;
}
</style>
background-color css
<style>
a { background-color: #3199E1; }
a { background-color: rgb(49,153,225); }
div.DivClassName
{
background-color: #3199E1;
}
.BgClassName
{
background-color: #3199E1;
}
</style>
border-color css
<style>
span { border-color: #3199E1; }
span { border-color: rgb(49,153,225); }
td.TdClassName
{
border-color: #3199E1;
}
.TagClassName
{
border-color: #3199E1;
}
</style>