Shades of Summer Sky #3595DC
Tints of Summer Sky #3595DC
RGB
CMYK
RGB Variations
Color information
#3595DC (or 0x3595DC) is known color: Summer Sky. HEX triplet: 35, 95 and DC. RGB value is (53,149,220). Sum of RGB (Red+Green+Blue) = 53+149+220=422 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.56% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #3595DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3595DC is #CA6A23. Grayscale: #808080. Windows color (decimal): -13265444 or 14456117. OLE color: 14456117.
HSL color Cylindrical-coordinate representation of color #3595DC: hue angle of 205.51º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3595DC is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 149 | 220 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.14 |
| HSL | 205.51º | 0.7% | 0.54% | - |
| HSV(B) | 205.51º | 0.76% | 0.86% | - |
| XYZ | 25.13 | 27.42 | 71.68 | - |
| YUV | 128.39 | 179.7 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 220 | 0.76 | 0.32 | 0 | 0.14 | 205.51 | 0.7 | 0.54 |
| Hex | 35 | 95 | DC | 4C | 20 | 0 | E | CE | 46 | 36 |
| Octal | 65 | 225 | 334 | 114 | 40 | 0 | 16 | 316 | 106 | 66 |
| Binary | 110101 | 10010101 | 11011100 | 1001100 | 100000 | 0 | 1110 | 11001110 | 1000110 | 110110 |
Color Harmonies of #3595DC
Complementary color
Monochromatic Colors of #3595DC
Black with #3595DC
Text Example
Text Example
White with #3595DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3595DC; }
p { color: rgb(53,149,220); }
H1.HeaderClassName
{
color: #3595DC;
}
.AnyTagClassName
{
color: #3595DC;
}
</style>
background-color css
<style>
a { background-color: #3595DC; }
a { background-color: rgb(53,149,220); }
div.DivClassName
{
background-color: #3595DC;
}
.BgClassName
{
background-color: #3595DC;
}
</style>
border-color css
<style>
span { border-color: #3595DC; }
span { border-color: rgb(53,149,220); }
td.TdClassName
{
border-color: #3595DC;
}
.TagClassName
{
border-color: #3595DC;
}
</style>