Shades of Summer Sky #3196E5
Tints of Summer Sky #3196E5
RGB
CMYK
RGB Variations
Color information
#3196E5 (or 0x3196E5) is known color: Summer Sky. HEX triplet: 31, 96 and E5. RGB value is (49,150,229). Sum of RGB (Red+Green+Blue) = 49+150+229=428 (56% of max value = 765). Red value is 49 (19.53% from 255 or 11.45% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 229 (89.84% from 255 or 53.50% from 428); Max value from RGB is 229 - color contains mainly: blue. Hex color #3196E5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3196E5 is #CE691A. Grayscale: #808080. Windows color (decimal): -13527323 or 15046193. OLE color: 15046193.
HSL color Cylindrical-coordinate representation of color #3196E5: hue angle of 206.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3196E5 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 150 | 229 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.10 |
| HSL | 206.33º | 0.78% | 0.55% | - |
| HSV(B) | 206.33º | 0.79% | 0.9% | - |
| XYZ | 26.32 | 28.12 | 78.17 | - |
| YUV | 128.81 | 184.54 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 150 | 229 | 0.79 | 0.34 | 0 | 0.10 | 206.33 | 0.78 | 0.55 |
| Hex | 31 | 96 | E5 | 4F | 22 | 0 | A | CE | 4E | 37 |
| Octal | 61 | 226 | 345 | 117 | 42 | 0 | 12 | 316 | 116 | 67 |
| Binary | 110001 | 10010110 | 11100101 | 1001111 | 100010 | 0 | 1010 | 11001110 | 1001110 | 110111 |
Color Harmonies of #3196E5
Complementary color
Monochromatic Colors of #3196E5
Black with #3196E5
Text Example
Text Example
White with #3196E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3196E5; }
p { color: rgb(49,150,229); }
H1.HeaderClassName
{
color: #3196E5;
}
.AnyTagClassName
{
color: #3196E5;
}
</style>
background-color css
<style>
a { background-color: #3196E5; }
a { background-color: rgb(49,150,229); }
div.DivClassName
{
background-color: #3196E5;
}
.BgClassName
{
background-color: #3196E5;
}
</style>
border-color css
<style>
span { border-color: #3196E5; }
span { border-color: rgb(49,150,229); }
td.TdClassName
{
border-color: #3196E5;
}
.TagClassName
{
border-color: #3196E5;
}
</style>