Shades of Summer Sky #3597DD
Tints of Summer Sky #3597DD
RGB
CMYK
RGB Variations
Color information
#3597DD (or 0x3597DD) is known color: Summer Sky. HEX triplet: 35, 97 and DD. RGB value is (53,151,221). Sum of RGB (Red+Green+Blue) = 53+151+221=425 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.47% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #3597DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3597DD is #CA6822. Grayscale: #818181. Windows color (decimal): -13264931 or 14522165. OLE color: 14522165.
HSL color Cylindrical-coordinate representation of color #3597DD: hue angle of 205º 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 #3597DD is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 151 | 221 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.13 |
| HSL | 205º | 0.71% | 0.54% | - |
| HSV(B) | 205º | 0.76% | 0.87% | - |
| XYZ | 25.59 | 28.11 | 72.48 | - |
| YUV | 129.68 | 179.53 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 151 | 221 | 0.76 | 0.32 | 0 | 0.13 | 205 | 0.71 | 0.54 |
| Hex | 35 | 97 | DD | 4C | 20 | 0 | D | CD | 47 | 36 |
| Octal | 65 | 227 | 335 | 114 | 40 | 0 | 15 | 315 | 107 | 66 |
| Binary | 110101 | 10010111 | 11011101 | 1001100 | 100000 | 0 | 1101 | 11001101 | 1000111 | 110110 |
Color Harmonies of #3597DD
Complementary color
Monochromatic Colors of #3597DD
Black with #3597DD
Text Example
Text Example
White with #3597DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3597DD; }
p { color: rgb(53,151,221); }
H1.HeaderClassName
{
color: #3597DD;
}
.AnyTagClassName
{
color: #3597DD;
}
</style>
background-color css
<style>
a { background-color: #3597DD; }
a { background-color: rgb(53,151,221); }
div.DivClassName
{
background-color: #3597DD;
}
.BgClassName
{
background-color: #3597DD;
}
</style>
border-color css
<style>
span { border-color: #3597DD; }
span { border-color: rgb(53,151,221); }
td.TdClassName
{
border-color: #3597DD;
}
.TagClassName
{
border-color: #3597DD;
}
</style>