Shades of Summer Sky #3497DC
Tints of Summer Sky #3497DC
RGB
CMYK
RGB Variations
Color information
#3497DC (or 0x3497DC) is known color: Summer Sky. HEX triplet: 34, 97 and DC. RGB value is (52,151,220). Sum of RGB (Red+Green+Blue) = 52+151+220=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #3497DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497DC is #CB6823. Grayscale: #808080. Windows color (decimal): -13330468 or 14456628. OLE color: 14456628.
HSL color Cylindrical-coordinate representation of color #3497DC: hue angle of 204.64º 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 #3497DC is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 151 | 220 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.14 |
| HSL | 204.64º | 0.71% | 0.53% | - |
| HSV(B) | 204.64º | 0.76% | 0.86% | - |
| XYZ | 25.4 | 28.03 | 71.78 | - |
| YUV | 129.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 220 | 0.76 | 0.31 | 0 | 0.14 | 204.64 | 0.71 | 0.53 |
| Hex | 34 | 97 | DC | 4C | 1F | 0 | E | CD | 47 | 35 |
| Octal | 64 | 227 | 334 | 114 | 37 | 0 | 16 | 315 | 107 | 65 |
| Binary | 110100 | 10010111 | 11011100 | 1001100 | 11111 | 0 | 1110 | 11001101 | 1000111 | 110101 |
Color Harmonies of #3497DC
Complementary color
Monochromatic Colors of #3497DC
Black with #3497DC
Text Example
Text Example
White with #3497DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3497DC; }
p { color: rgb(52,151,220); }
H1.HeaderClassName
{
color: #3497DC;
}
.AnyTagClassName
{
color: #3497DC;
}
</style>
background-color css
<style>
a { background-color: #3497DC; }
a { background-color: rgb(52,151,220); }
div.DivClassName
{
background-color: #3497DC;
}
.BgClassName
{
background-color: #3497DC;
}
</style>
border-color css
<style>
span { border-color: #3497DC; }
span { border-color: rgb(52,151,220); }
td.TdClassName
{
border-color: #3497DC;
}
.TagClassName
{
border-color: #3497DC;
}
</style>