Shades of Summer Sky #3497D8
Tints of Summer Sky #3497D8
RGB
CMYK
RGB Variations
Color information
#3497D8 (or 0x3497D8) is known color: Summer Sky. HEX triplet: 34, 97 and D8. RGB value is (52,151,216). Sum of RGB (Red+Green+Blue) = 52+151+216=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 216 (84.77% from 255 or 51.55% from 419); Max value from RGB is 216 - color contains mainly: blue. Hex color #3497D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497D8 is #CB6827. Grayscale: #808080. Windows color (decimal): -13330472 or 14194484. OLE color: 14194484.
HSL color Cylindrical-coordinate representation of color #3497D8: hue angle of 203.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3497D8 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 151 | 216 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.15 |
| HSL | 203.78º | 0.68% | 0.53% | - |
| HSV(B) | 203.78º | 0.76% | 0.85% | - |
| XYZ | 24.88 | 27.82 | 69.02 | - |
| YUV | 128.81 | 177.2 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 216 | 0.76 | 0.30 | 0 | 0.15 | 203.78 | 0.68 | 0.53 |
| Hex | 34 | 97 | D8 | 4C | 1E | 0 | F | CC | 44 | 35 |
| Octal | 64 | 227 | 330 | 114 | 36 | 0 | 17 | 314 | 104 | 65 |
| Binary | 110100 | 10010111 | 11011000 | 1001100 | 11110 | 0 | 1111 | 11001100 | 1000100 | 110101 |
Color Harmonies of #3497D8
Complementary color
Monochromatic Colors of #3497D8
Black with #3497D8
Text Example
Text Example
White with #3497D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3497D8; }
p { color: rgb(52,151,216); }
H1.HeaderClassName
{
color: #3497D8;
}
.AnyTagClassName
{
color: #3497D8;
}
</style>
background-color css
<style>
a { background-color: #3497D8; }
a { background-color: rgb(52,151,216); }
div.DivClassName
{
background-color: #3497D8;
}
.BgClassName
{
background-color: #3497D8;
}
</style>
border-color css
<style>
span { border-color: #3497D8; }
span { border-color: rgb(52,151,216); }
td.TdClassName
{
border-color: #3497D8;
}
.TagClassName
{
border-color: #3497D8;
}
</style>