Shades of Summer Sky #359ECE
Tints of Summer Sky #359ECE
RGB
CMYK
RGB Variations
Color information
#359ECE (or 0x359ECE) is known color: Summer Sky. HEX triplet: 35, 9E and CE. RGB value is (53,158,206). Sum of RGB (Red+Green+Blue) = 53+158+206=417 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.71% from 417); Green value is 158 (62.11% from 255 or 37.89% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #359ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ECE is #CA6131. Grayscale: #838383. Windows color (decimal): -13263154 or 13540917. OLE color: 13540917.
HSL color Cylindrical-coordinate representation of color #359ECE: hue angle of 198.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359ECE is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 158 | 206 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.19 |
| HSL | 198.82º | 0.61% | 0.51% | - |
| HSV(B) | 198.82º | 0.74% | 0.81% | - |
| XYZ | 24.84 | 29.67 | 62.81 | - |
| YUV | 132.08 | 169.71 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 206 | 0.74 | 0.23 | 0 | 0.19 | 198.82 | 0.61 | 0.51 |
| Hex | 35 | 9E | CE | 4A | 17 | 0 | 13 | C7 | 3D | 33 |
| Octal | 65 | 236 | 316 | 112 | 27 | 0 | 23 | 307 | 75 | 63 |
| Binary | 110101 | 10011110 | 11001110 | 1001010 | 10111 | 0 | 10011 | 11000111 | 111101 | 110011 |
Color Harmonies of #359ECE
Complementary color
Monochromatic Colors of #359ECE
Black with #359ECE
Text Example
Text Example
White with #359ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359ECE; }
p { color: rgb(53,158,206); }
H1.HeaderClassName
{
color: #359ECE;
}
.AnyTagClassName
{
color: #359ECE;
}
</style>
background-color css
<style>
a { background-color: #359ECE; }
a { background-color: rgb(53,158,206); }
div.DivClassName
{
background-color: #359ECE;
}
.BgClassName
{
background-color: #359ECE;
}
</style>
border-color css
<style>
span { border-color: #359ECE; }
span { border-color: rgb(53,158,206); }
td.TdClassName
{
border-color: #359ECE;
}
.TagClassName
{
border-color: #359ECE;
}
</style>