Shades of Summer Sky #3490DC
Tints of Summer Sky #3490DC
RGB
CMYK
RGB Variations
Color information
#3490DC (or 0x3490DC) is known color: Summer Sky. HEX triplet: 34, 90 and DC. RGB value is (52,144,220). Sum of RGB (Red+Green+Blue) = 52+144+220=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #3490DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3490DC is #CB6F23. Grayscale: #7C7C7C. Windows color (decimal): -13332260 or 14454836. OLE color: 14454836.
HSL color Cylindrical-coordinate representation of color #3490DC: hue angle of 207.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3490DC is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 144 | 220 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.14 |
| HSL | 207.14º | 0.71% | 0.53% | - |
| HSV(B) | 207.14º | 0.76% | 0.86% | - |
| XYZ | 24.31 | 25.84 | 71.42 | - |
| YUV | 125.16 | 181.52 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 220 | 0.76 | 0.35 | 0 | 0.14 | 207.14 | 0.71 | 0.53 |
| Hex | 34 | 90 | DC | 4C | 23 | 0 | E | CF | 47 | 35 |
| Octal | 64 | 220 | 334 | 114 | 43 | 0 | 16 | 317 | 107 | 65 |
| Binary | 110100 | 10010000 | 11011100 | 1001100 | 100011 | 0 | 1110 | 11001111 | 1000111 | 110101 |
Color Harmonies of #3490DC
Complementary color
Monochromatic Colors of #3490DC
Black with #3490DC
Text Example
Text Example
White with #3490DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3490DC; }
p { color: rgb(52,144,220); }
H1.HeaderClassName
{
color: #3490DC;
}
.AnyTagClassName
{
color: #3490DC;
}
</style>
background-color css
<style>
a { background-color: #3490DC; }
a { background-color: rgb(52,144,220); }
div.DivClassName
{
background-color: #3490DC;
}
.BgClassName
{
background-color: #3490DC;
}
</style>
border-color css
<style>
span { border-color: #3490DC; }
span { border-color: rgb(52,144,220); }
td.TdClassName
{
border-color: #3490DC;
}
.TagClassName
{
border-color: #3490DC;
}
</style>