Shades of Summer Sky #359BE0
Tints of Summer Sky #359BE0
RGB
CMYK
RGB Variations
Color information
#359BE0 (or 0x359BE0) is known color: Summer Sky. HEX triplet: 35, 9B and E0. RGB value is (53,155,224). Sum of RGB (Red+Green+Blue) = 53+155+224=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #359BE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BE0 is #CA641F. Grayscale: #838383. Windows color (decimal): -13263904 or 14719797. OLE color: 14719797.
HSL color Cylindrical-coordinate representation of color #359BE0: hue angle of 204.21º 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 #359BE0 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 53 | 155 | 224 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.12 |
| HSL | 204.21º | 0.73% | 0.54% | - |
| HSV(B) | 204.21º | 0.76% | 0.88% | - |
| XYZ | 26.64 | 29.58 | 74.83 | - |
| YUV | 132.37 | 179.71 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 224 | 0.76 | 0.31 | 0 | 0.12 | 204.21 | 0.73 | 0.54 |
| Hex | 35 | 9B | E0 | 4C | 1F | 0 | C | CC | 49 | 36 |
| Octal | 65 | 233 | 340 | 114 | 37 | 0 | 14 | 314 | 111 | 66 |
| Binary | 110101 | 10011011 | 11100000 | 1001100 | 11111 | 0 | 1100 | 11001100 | 1001001 | 110110 |
Color Harmonies of #359BE0
Complementary color
Monochromatic Colors of #359BE0
Black with #359BE0
Text Example
Text Example
White with #359BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BE0; }
p { color: rgb(53,155,224); }
H1.HeaderClassName
{
color: #359BE0;
}
.AnyTagClassName
{
color: #359BE0;
}
</style>
background-color css
<style>
a { background-color: #359BE0; }
a { background-color: rgb(53,155,224); }
div.DivClassName
{
background-color: #359BE0;
}
.BgClassName
{
background-color: #359BE0;
}
</style>
border-color css
<style>
span { border-color: #359BE0; }
span { border-color: rgb(53,155,224); }
td.TdClassName
{
border-color: #359BE0;
}
.TagClassName
{
border-color: #359BE0;
}
</style>