Shades of Summer Sky #3492DD
Tints of Summer Sky #3492DD
RGB
CMYK
RGB Variations
Color information
#3492DD (or 0x3492DD) is known color: Summer Sky. HEX triplet: 34, 92 and DD. RGB value is (52,146,221). Sum of RGB (Red+Green+Blue) = 52+146+221=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #3492DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3492DD is #CB6D22. Grayscale: #7E7E7E. Windows color (decimal): -13331747 or 14520884. OLE color: 14520884.
HSL color Cylindrical-coordinate representation of color #3492DD: hue angle of 206.63º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3492DD is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 146 | 221 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.13 |
| HSL | 206.63º | 0.71% | 0.54% | - |
| HSV(B) | 206.63º | 0.76% | 0.87% | - |
| XYZ | 24.75 | 26.51 | 72.22 | - |
| YUV | 126.44 | 181.36 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 221 | 0.76 | 0.34 | 0 | 0.13 | 206.63 | 0.71 | 0.54 |
| Hex | 34 | 92 | DD | 4C | 22 | 0 | D | CF | 47 | 36 |
| Octal | 64 | 222 | 335 | 114 | 42 | 0 | 15 | 317 | 107 | 66 |
| Binary | 110100 | 10010010 | 11011101 | 1001100 | 100010 | 0 | 1101 | 11001111 | 1000111 | 110110 |
Color Harmonies of #3492DD
Complementary color
Monochromatic Colors of #3492DD
Black with #3492DD
Text Example
Text Example
White with #3492DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3492DD; }
p { color: rgb(52,146,221); }
H1.HeaderClassName
{
color: #3492DD;
}
.AnyTagClassName
{
color: #3492DD;
}
</style>
background-color css
<style>
a { background-color: #3492DD; }
a { background-color: rgb(52,146,221); }
div.DivClassName
{
background-color: #3492DD;
}
.BgClassName
{
background-color: #3492DD;
}
</style>
border-color css
<style>
span { border-color: #3492DD; }
span { border-color: rgb(52,146,221); }
td.TdClassName
{
border-color: #3492DD;
}
.TagClassName
{
border-color: #3492DD;
}
</style>