Shades of Summer Sky #359CE0
Tints of Summer Sky #359CE0
RGB
CMYK
RGB Variations
Color information
#359CE0 (or 0x359CE0) is known color: Summer Sky. HEX triplet: 35, 9C and E0. RGB value is (53,156,224). Sum of RGB (Red+Green+Blue) = 53+156+224=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 224 (87.89% from 255 or 51.73% from 433); Max value from RGB is 224 - color contains mainly: blue. Hex color #359CE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359CE0 is #CA631F. Grayscale: #848484. Windows color (decimal): -13263648 or 14720053. OLE color: 14720053.
HSL color Cylindrical-coordinate representation of color #359CE0: hue angle of 203.86º 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 #359CE0 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 156 | 224 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.12 |
| HSL | 203.86º | 0.73% | 0.54% | - |
| HSV(B) | 203.86º | 0.76% | 0.88% | - |
| XYZ | 26.81 | 29.92 | 74.88 | - |
| YUV | 132.96 | 179.38 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 224 | 0.76 | 0.30 | 0 | 0.12 | 203.86 | 0.73 | 0.54 |
| Hex | 35 | 9C | E0 | 4C | 1E | 0 | C | CC | 49 | 36 |
| Octal | 65 | 234 | 340 | 114 | 36 | 0 | 14 | 314 | 111 | 66 |
| Binary | 110101 | 10011100 | 11100000 | 1001100 | 11110 | 0 | 1100 | 11001100 | 1001001 | 110110 |
Color Harmonies of #359CE0
Complementary color
Monochromatic Colors of #359CE0
Black with #359CE0
Text Example
Text Example
White with #359CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CE0; }
p { color: rgb(53,156,224); }
H1.HeaderClassName
{
color: #359CE0;
}
.AnyTagClassName
{
color: #359CE0;
}
</style>
background-color css
<style>
a { background-color: #359CE0; }
a { background-color: rgb(53,156,224); }
div.DivClassName
{
background-color: #359CE0;
}
.BgClassName
{
background-color: #359CE0;
}
</style>
border-color css
<style>
span { border-color: #359CE0; }
span { border-color: rgb(53,156,224); }
td.TdClassName
{
border-color: #359CE0;
}
.TagClassName
{
border-color: #359CE0;
}
</style>