Shades of Summer Sky #359EED
Tints of Summer Sky #359EED
RGB
CMYK
RGB Variations
Color information
#359EED (or 0x359EED) is known color: Summer Sky. HEX triplet: 35, 9E and ED. RGB value is (53,158,237). Sum of RGB (Red+Green+Blue) = 53+158+237=448 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.83% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #359EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359EED is #CA6112. Grayscale: #878787. Windows color (decimal): -13263123 or 15572533. OLE color: 15572533.
HSL color Cylindrical-coordinate representation of color #359EED: hue angle of 205.76º 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 #359EED is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 158 | 237 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.07 |
| HSL | 205.76º | 0.84% | 0.57% | - |
| HSV(B) | 205.76º | 0.78% | 0.93% | - |
| XYZ | 28.98 | 31.33 | 84.64 | - |
| YUV | 135.61 | 185.21 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 237 | 0.78 | 0.33 | 0 | 0.07 | 205.76 | 0.84 | 0.57 |
| Hex | 35 | 9E | ED | 4E | 21 | 0 | 7 | CE | 54 | 39 |
| Octal | 65 | 236 | 355 | 116 | 41 | 0 | 7 | 316 | 124 | 71 |
| Binary | 110101 | 10011110 | 11101101 | 1001110 | 100001 | 0 | 111 | 11001110 | 1010100 | 111001 |
Color Harmonies of #359EED
Complementary color
Monochromatic Colors of #359EED
Black with #359EED
Text Example
Text Example
White with #359EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359EED; }
p { color: rgb(53,158,237); }
H1.HeaderClassName
{
color: #359EED;
}
.AnyTagClassName
{
color: #359EED;
}
</style>
background-color css
<style>
a { background-color: #359EED; }
a { background-color: rgb(53,158,237); }
div.DivClassName
{
background-color: #359EED;
}
.BgClassName
{
background-color: #359EED;
}
</style>
border-color css
<style>
span { border-color: #359EED; }
span { border-color: rgb(53,158,237); }
td.TdClassName
{
border-color: #359EED;
}
.TagClassName
{
border-color: #359EED;
}
</style>