Shades of Summer Sky #359EE0
Tints of Summer Sky #359EE0
RGB
CMYK
RGB Variations
Color information
#359EE0 (or 0x359EE0) is known color: Summer Sky. HEX triplet: 35, 9E and E0. RGB value is (53,158,224). Sum of RGB (Red+Green+Blue) = 53+158+224=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #359EE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359EE0 is #CA611F. Grayscale: #858585. Windows color (decimal): -13263136 or 14720565. OLE color: 14720565.
HSL color Cylindrical-coordinate representation of color #359EE0: hue angle of 203.16º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359EE0 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 158 | 224 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.12 |
| HSL | 203.16º | 0.73% | 0.54% | - |
| HSV(B) | 203.16º | 0.76% | 0.88% | - |
| XYZ | 27.15 | 30.59 | 75 | - |
| YUV | 134.13 | 178.71 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 224 | 0.76 | 0.29 | 0 | 0.12 | 203.16 | 0.73 | 0.54 |
| Hex | 35 | 9E | E0 | 4C | 1D | 0 | C | CB | 49 | 36 |
| Octal | 65 | 236 | 340 | 114 | 35 | 0 | 14 | 313 | 111 | 66 |
| Binary | 110101 | 10011110 | 11100000 | 1001100 | 11101 | 0 | 1100 | 11001011 | 1001001 | 110110 |
Color Harmonies of #359EE0
Complementary color
Monochromatic Colors of #359EE0
Black with #359EE0
Text Example
Text Example
White with #359EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359EE0; }
p { color: rgb(53,158,224); }
H1.HeaderClassName
{
color: #359EE0;
}
.AnyTagClassName
{
color: #359EE0;
}
</style>
background-color css
<style>
a { background-color: #359EE0; }
a { background-color: rgb(53,158,224); }
div.DivClassName
{
background-color: #359EE0;
}
.BgClassName
{
background-color: #359EE0;
}
</style>
border-color css
<style>
span { border-color: #359EE0; }
span { border-color: rgb(53,158,224); }
td.TdClassName
{
border-color: #359EE0;
}
.TagClassName
{
border-color: #359EE0;
}
</style>