Shades of Summer Sky #3495DD
Tints of Summer Sky #3495DD
RGB
CMYK
RGB Variations
Color information
#3495DD (or 0x3495DD) is known color: Summer Sky. HEX triplet: 34, 95 and DD. RGB value is (52,149,221). Sum of RGB (Red+Green+Blue) = 52+149+221=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #3495DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3495DD is #CB6A22. Grayscale: #7F7F7F. Windows color (decimal): -13330979 or 14521652. OLE color: 14521652.
HSL color Cylindrical-coordinate representation of color #3495DD: hue angle of 205.56º 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 #3495DD is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 149 | 221 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.13 |
| HSL | 205.56º | 0.71% | 0.54% | - |
| HSV(B) | 205.56º | 0.76% | 0.87% | - |
| XYZ | 25.21 | 27.45 | 72.38 | - |
| YUV | 128.21 | 180.36 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 149 | 221 | 0.76 | 0.33 | 0 | 0.13 | 205.56 | 0.71 | 0.54 |
| Hex | 34 | 95 | DD | 4C | 21 | 0 | D | CE | 47 | 36 |
| Octal | 64 | 225 | 335 | 114 | 41 | 0 | 15 | 316 | 107 | 66 |
| Binary | 110100 | 10010101 | 11011101 | 1001100 | 100001 | 0 | 1101 | 11001110 | 1000111 | 110110 |
Color Harmonies of #3495DD
Complementary color
Monochromatic Colors of #3495DD
Black with #3495DD
Text Example
Text Example
White with #3495DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3495DD; }
p { color: rgb(52,149,221); }
H1.HeaderClassName
{
color: #3495DD;
}
.AnyTagClassName
{
color: #3495DD;
}
</style>
background-color css
<style>
a { background-color: #3495DD; }
a { background-color: rgb(52,149,221); }
div.DivClassName
{
background-color: #3495DD;
}
.BgClassName
{
background-color: #3495DD;
}
</style>
border-color css
<style>
span { border-color: #3495DD; }
span { border-color: rgb(52,149,221); }
td.TdClassName
{
border-color: #3495DD;
}
.TagClassName
{
border-color: #3495DD;
}
</style>