Shades of Summer Sky #358EDC
Tints of Summer Sky #358EDC
RGB
CMYK
RGB Variations
Color information
#358EDC (or 0x358EDC) is known color: Summer Sky. HEX triplet: 35, 8E and DC. RGB value is (53,142,220). Sum of RGB (Red+Green+Blue) = 53+142+220=415 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.77% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #358EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #358EDC is #CA7123. Grayscale: #7B7B7B. Windows color (decimal): -13267236 or 14454325. OLE color: 14454325.
HSL color Cylindrical-coordinate representation of color #358EDC: hue angle of 208.02º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #358EDC is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 142 | 220 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.14 |
| HSL | 208.02º | 0.7% | 0.54% | - |
| HSV(B) | 208.02º | 0.76% | 0.86% | - |
| XYZ | 24.06 | 25.27 | 71.32 | - |
| YUV | 124.28 | 182.01 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 142 | 220 | 0.76 | 0.35 | 0 | 0.14 | 208.02 | 0.7 | 0.54 |
| Hex | 35 | 8E | DC | 4C | 23 | 0 | E | D0 | 46 | 36 |
| Octal | 65 | 216 | 334 | 114 | 43 | 0 | 16 | 320 | 106 | 66 |
| Binary | 110101 | 10001110 | 11011100 | 1001100 | 100011 | 0 | 1110 | 11010000 | 1000110 | 110110 |
Color Harmonies of #358EDC
Complementary color
Monochromatic Colors of #358EDC
Black with #358EDC
Text Example
Text Example
White with #358EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #358EDC; }
p { color: rgb(53,142,220); }
H1.HeaderClassName
{
color: #358EDC;
}
.AnyTagClassName
{
color: #358EDC;
}
</style>
background-color css
<style>
a { background-color: #358EDC; }
a { background-color: rgb(53,142,220); }
div.DivClassName
{
background-color: #358EDC;
}
.BgClassName
{
background-color: #358EDC;
}
</style>
border-color css
<style>
span { border-color: #358EDC; }
span { border-color: rgb(53,142,220); }
td.TdClassName
{
border-color: #358EDC;
}
.TagClassName
{
border-color: #358EDC;
}
</style>