Shades of Summer Sky #3496D4
Tints of Summer Sky #3496D4
RGB
CMYK
RGB Variations
Color information
#3496D4 (or 0x3496D4) is known color: Summer Sky. HEX triplet: 34, 96 and D4. RGB value is (52,150,212). Sum of RGB (Red+Green+Blue) = 52+150+212=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 212 (83.20% from 255 or 51.21% from 414); Max value from RGB is 212 - color contains mainly: blue. Hex color #3496D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3496D4 is #CB692B. Grayscale: #7F7F7F. Windows color (decimal): -13330732 or 13932084. OLE color: 13932084.
HSL color Cylindrical-coordinate representation of color #3496D4: hue angle of 203.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3496D4 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 150 | 212 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.17 |
| HSL | 203.25º | 0.65% | 0.52% | - |
| HSV(B) | 203.25º | 0.75% | 0.83% | - |
| XYZ | 24.21 | 27.3 | 66.28 | - |
| YUV | 127.77 | 175.53 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 150 | 212 | 0.75 | 0.29 | 0 | 0.17 | 203.25 | 0.65 | 0.52 |
| Hex | 34 | 96 | D4 | 4B | 1D | 0 | 11 | CB | 41 | 34 |
| Octal | 64 | 226 | 324 | 113 | 35 | 0 | 21 | 313 | 101 | 64 |
| Binary | 110100 | 10010110 | 11010100 | 1001011 | 11101 | 0 | 10001 | 11001011 | 1000001 | 110100 |
Color Harmonies of #3496D4
Complementary color
Monochromatic Colors of #3496D4
Black with #3496D4
Text Example
Text Example
White with #3496D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3496D4; }
p { color: rgb(52,150,212); }
H1.HeaderClassName
{
color: #3496D4;
}
.AnyTagClassName
{
color: #3496D4;
}
</style>
background-color css
<style>
a { background-color: #3496D4; }
a { background-color: rgb(52,150,212); }
div.DivClassName
{
background-color: #3496D4;
}
.BgClassName
{
background-color: #3496D4;
}
</style>
border-color css
<style>
span { border-color: #3496D4; }
span { border-color: rgb(52,150,212); }
td.TdClassName
{
border-color: #3496D4;
}
.TagClassName
{
border-color: #3496D4;
}
</style>