Shades of Summer Sky #359FE0
Tints of Summer Sky #359FE0
RGB
CMYK
RGB Variations
Color information
#359FE0 (or 0x359FE0) is known color: Summer Sky. HEX triplet: 35, 9F and E0. RGB value is (53,159,224). Sum of RGB (Red+Green+Blue) = 53+159+224=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 224 (87.89% from 255 or 51.38% from 436); Max value from RGB is 224 - color contains mainly: blue. Hex color #359FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FE0 is #CA601F. Grayscale: #868686. Windows color (decimal): -13262880 or 14720821. OLE color: 14720821.
HSL color Cylindrical-coordinate representation of color #359FE0: hue angle of 202.81º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359FE0 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 159 | 224 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.12 |
| HSL | 202.81º | 0.73% | 0.54% | - |
| HSV(B) | 202.81º | 0.76% | 0.88% | - |
| XYZ | 27.32 | 30.93 | 75.05 | - |
| YUV | 134.72 | 178.38 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 224 | 0.76 | 0.29 | 0 | 0.12 | 202.81 | 0.73 | 0.54 |
| Hex | 35 | 9F | E0 | 4C | 1D | 0 | C | CB | 49 | 36 |
| Octal | 65 | 237 | 340 | 114 | 35 | 0 | 14 | 313 | 111 | 66 |
| Binary | 110101 | 10011111 | 11100000 | 1001100 | 11101 | 0 | 1100 | 11001011 | 1001001 | 110110 |
Color Harmonies of #359FE0
Complementary color
Monochromatic Colors of #359FE0
Black with #359FE0
Text Example
Text Example
White with #359FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FE0; }
p { color: rgb(53,159,224); }
H1.HeaderClassName
{
color: #359FE0;
}
.AnyTagClassName
{
color: #359FE0;
}
</style>
background-color css
<style>
a { background-color: #359FE0; }
a { background-color: rgb(53,159,224); }
div.DivClassName
{
background-color: #359FE0;
}
.BgClassName
{
background-color: #359FE0;
}
</style>
border-color css
<style>
span { border-color: #359FE0; }
span { border-color: rgb(53,159,224); }
td.TdClassName
{
border-color: #359FE0;
}
.TagClassName
{
border-color: #359FE0;
}
</style>