Shades of Summer Sky #359ECF
Tints of Summer Sky #359ECF
RGB
CMYK
RGB Variations
Color information
#359ECF (or 0x359ECF) is known color: Summer Sky. HEX triplet: 35, 9E and CF. RGB value is (53,158,207). Sum of RGB (Red+Green+Blue) = 53+158+207=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #359ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ECF is #CA6130. Grayscale: #838383. Windows color (decimal): -13263153 or 13606453. OLE color: 13606453.
HSL color Cylindrical-coordinate representation of color #359ECF: hue angle of 199.09º degrees, saturation: 0.62, 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 #359ECF is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 158 | 207 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.19 |
| HSL | 199.09º | 0.62% | 0.51% | - |
| HSV(B) | 199.09º | 0.74% | 0.81% | - |
| XYZ | 24.96 | 29.72 | 63.45 | - |
| YUV | 132.19 | 170.21 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 207 | 0.74 | 0.24 | 0 | 0.19 | 199.09 | 0.62 | 0.51 |
| Hex | 35 | 9E | CF | 4A | 18 | 0 | 13 | C7 | 3E | 33 |
| Octal | 65 | 236 | 317 | 112 | 30 | 0 | 23 | 307 | 76 | 63 |
| Binary | 110101 | 10011110 | 11001111 | 1001010 | 11000 | 0 | 10011 | 11000111 | 111110 | 110011 |
Color Harmonies of #359ECF
Complementary color
Monochromatic Colors of #359ECF
Black with #359ECF
Text Example
Text Example
White with #359ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359ECF; }
p { color: rgb(53,158,207); }
H1.HeaderClassName
{
color: #359ECF;
}
.AnyTagClassName
{
color: #359ECF;
}
</style>
background-color css
<style>
a { background-color: #359ECF; }
a { background-color: rgb(53,158,207); }
div.DivClassName
{
background-color: #359ECF;
}
.BgClassName
{
background-color: #359ECF;
}
</style>
border-color css
<style>
span { border-color: #359ECF; }
span { border-color: rgb(53,158,207); }
td.TdClassName
{
border-color: #359ECF;
}
.TagClassName
{
border-color: #359ECF;
}
</style>