Shades of Summer Sky #3A96EC
Tints of Summer Sky #3A96EC
RGB
CMYK
RGB Variations
Color information
#3A96EC (or 0x3A96EC) is known color: Summer Sky. HEX triplet: 3A, 96 and EC. RGB value is (58,150,236). Sum of RGB (Red+Green+Blue) = 58+150+236=444 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.06% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #3A96EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3A96EC is #C56913. Grayscale: #838383. Windows color (decimal): -12937492 or 15504954. OLE color: 15504954.
HSL color Cylindrical-coordinate representation of color #3A96EC: hue angle of 208.99º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A96EC is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 150 | 236 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.07 |
| HSL | 208.99º | 0.82% | 0.58% | - |
| HSV(B) | 208.99º | 0.75% | 0.93% | - |
| XYZ | 27.79 | 28.77 | 83.44 | - |
| YUV | 132.3 | 186.52 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 236 | 0.75 | 0.36 | 0 | 0.07 | 208.99 | 0.82 | 0.58 |
| Hex | 3A | 96 | EC | 4B | 24 | 0 | 7 | D1 | 52 | 3A |
| Octal | 72 | 226 | 354 | 113 | 44 | 0 | 7 | 321 | 122 | 72 |
| Binary | 111010 | 10010110 | 11101100 | 1001011 | 100100 | 0 | 111 | 11010001 | 1010010 | 111010 |
Color Harmonies of #3A96EC
Complementary color
Monochromatic Colors of #3A96EC
Black with #3A96EC
Text Example
Text Example
White with #3A96EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A96EC; }
p { color: rgb(58,150,236); }
H1.HeaderClassName
{
color: #3A96EC;
}
.AnyTagClassName
{
color: #3A96EC;
}
</style>
background-color css
<style>
a { background-color: #3A96EC; }
a { background-color: rgb(58,150,236); }
div.DivClassName
{
background-color: #3A96EC;
}
.BgClassName
{
background-color: #3A96EC;
}
</style>
border-color css
<style>
span { border-color: #3A96EC; }
span { border-color: rgb(58,150,236); }
td.TdClassName
{
border-color: #3A96EC;
}
.TagClassName
{
border-color: #3A96EC;
}
</style>