Shades of Summer Sky #359BEB
Tints of Summer Sky #359BEB
RGB
CMYK
RGB Variations
Color information
#359BEB (or 0x359BEB) is known color: Summer Sky. HEX triplet: 35, 9B and EB. RGB value is (53,155,235). Sum of RGB (Red+Green+Blue) = 53+155+235=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #359BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359BEB is #CA6414. Grayscale: #858585. Windows color (decimal): -13263893 or 15440693. OLE color: 15440693.
HSL color Cylindrical-coordinate representation of color #359BEB: hue angle of 206.37º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #359BEB is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 53 | 155 | 235 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.08 |
| HSL | 206.37º | 0.82% | 0.56% | - |
| HSV(B) | 206.37º | 0.77% | 0.92% | - |
| XYZ | 28.18 | 30.2 | 82.94 | - |
| YUV | 133.62 | 185.21 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 235 | 0.77 | 0.34 | 0 | 0.08 | 206.37 | 0.82 | 0.56 |
| Hex | 35 | 9B | EB | 4D | 22 | 0 | 8 | CE | 52 | 38 |
| Octal | 65 | 233 | 353 | 115 | 42 | 0 | 10 | 316 | 122 | 70 |
| Binary | 110101 | 10011011 | 11101011 | 1001101 | 100010 | 0 | 1000 | 11001110 | 1010010 | 111000 |
Color Harmonies of #359BEB
Complementary color
Monochromatic Colors of #359BEB
Black with #359BEB
Text Example
Text Example
White with #359BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BEB; }
p { color: rgb(53,155,235); }
H1.HeaderClassName
{
color: #359BEB;
}
.AnyTagClassName
{
color: #359BEB;
}
</style>
background-color css
<style>
a { background-color: #359BEB; }
a { background-color: rgb(53,155,235); }
div.DivClassName
{
background-color: #359BEB;
}
.BgClassName
{
background-color: #359BEB;
}
</style>
border-color css
<style>
span { border-color: #359BEB; }
span { border-color: rgb(53,155,235); }
td.TdClassName
{
border-color: #359BEB;
}
.TagClassName
{
border-color: #359BEB;
}
</style>