Shades of Summer Sky #359EDE
Tints of Summer Sky #359EDE
RGB
CMYK
RGB Variations
Color information
#359EDE (or 0x359EDE) is known color: Summer Sky. HEX triplet: 35, 9E and DE. RGB value is (53,158,222). Sum of RGB (Red+Green+Blue) = 53+158+222=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 222 (87.11% from 255 or 51.27% from 433); Max value from RGB is 222 - color contains mainly: blue. Hex color #359EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359EDE is #CA6121. Grayscale: #858585. Windows color (decimal): -13263138 or 14589493. OLE color: 14589493.
HSL color Cylindrical-coordinate representation of color #359EDE: hue angle of 202.72º degrees, saturation: 0.72, 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 #359EDE is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 158 | 222 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.13 |
| HSL | 202.72º | 0.72% | 0.54% | - |
| HSV(B) | 202.72º | 0.76% | 0.87% | - |
| XYZ | 26.88 | 30.48 | 73.57 | - |
| YUV | 133.9 | 177.71 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 222 | 0.76 | 0.29 | 0 | 0.13 | 202.72 | 0.72 | 0.54 |
| Hex | 35 | 9E | DE | 4C | 1D | 0 | D | CB | 48 | 36 |
| Octal | 65 | 236 | 336 | 114 | 35 | 0 | 15 | 313 | 110 | 66 |
| Binary | 110101 | 10011110 | 11011110 | 1001100 | 11101 | 0 | 1101 | 11001011 | 1001000 | 110110 |
Color Harmonies of #359EDE
Complementary color
Monochromatic Colors of #359EDE
Black with #359EDE
Text Example
Text Example
White with #359EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359EDE; }
p { color: rgb(53,158,222); }
H1.HeaderClassName
{
color: #359EDE;
}
.AnyTagClassName
{
color: #359EDE;
}
</style>
background-color css
<style>
a { background-color: #359EDE; }
a { background-color: rgb(53,158,222); }
div.DivClassName
{
background-color: #359EDE;
}
.BgClassName
{
background-color: #359EDE;
}
</style>
border-color css
<style>
span { border-color: #359EDE; }
span { border-color: rgb(53,158,222); }
td.TdClassName
{
border-color: #359EDE;
}
.TagClassName
{
border-color: #359EDE;
}
</style>