Shades of Summer Sky #359DED
Tints of Summer Sky #359DED
RGB
CMYK
RGB Variations
Color information
#359DED (or 0x359DED) is known color: Summer Sky. HEX triplet: 35, 9D and ED. RGB value is (53,157,237). Sum of RGB (Red+Green+Blue) = 53+157+237=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #359DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359DED is #CA6212. Grayscale: #868686. Windows color (decimal): -13263379 or 15572277. OLE color: 15572277.
HSL color Cylindrical-coordinate representation of color #359DED: hue angle of 206.09º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #359DED is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 157 | 237 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.07 |
| HSL | 206.09º | 0.84% | 0.57% | - |
| HSV(B) | 206.09º | 0.78% | 0.93% | - |
| XYZ | 28.81 | 30.99 | 84.58 | - |
| YUV | 135.02 | 185.54 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 237 | 0.78 | 0.34 | 0 | 0.07 | 206.09 | 0.84 | 0.57 |
| Hex | 35 | 9D | ED | 4E | 22 | 0 | 7 | CE | 54 | 39 |
| Octal | 65 | 235 | 355 | 116 | 42 | 0 | 7 | 316 | 124 | 71 |
| Binary | 110101 | 10011101 | 11101101 | 1001110 | 100010 | 0 | 111 | 11001110 | 1010100 | 111001 |
Color Harmonies of #359DED
Complementary color
Monochromatic Colors of #359DED
Black with #359DED
Text Example
Text Example
White with #359DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DED; }
p { color: rgb(53,157,237); }
H1.HeaderClassName
{
color: #359DED;
}
.AnyTagClassName
{
color: #359DED;
}
</style>
background-color css
<style>
a { background-color: #359DED; }
a { background-color: rgb(53,157,237); }
div.DivClassName
{
background-color: #359DED;
}
.BgClassName
{
background-color: #359DED;
}
</style>
border-color css
<style>
span { border-color: #359DED; }
span { border-color: rgb(53,157,237); }
td.TdClassName
{
border-color: #359DED;
}
.TagClassName
{
border-color: #359DED;
}
</style>