Shades of Summer Sky #359BE3
Tints of Summer Sky #359BE3
RGB
CMYK
RGB Variations
Color information
#359BE3 (or 0x359BE3) is known color: Summer Sky. HEX triplet: 35, 9B and E3. RGB value is (53,155,227). Sum of RGB (Red+Green+Blue) = 53+155+227=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 227 (89.06% from 255 or 52.18% from 435); Max value from RGB is 227 - color contains mainly: blue. Hex color #359BE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BE3 is #CA641C. Grayscale: #848484. Windows color (decimal): -13263901 or 14916405. OLE color: 14916405.
HSL color Cylindrical-coordinate representation of color #359BE3: hue angle of 204.83º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #359BE3 is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 53 | 155 | 227 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.11 |
| HSL | 204.83º | 0.76% | 0.55% | - |
| HSV(B) | 204.83º | 0.77% | 0.89% | - |
| XYZ | 27.05 | 29.75 | 76.99 | - |
| YUV | 132.71 | 181.21 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 227 | 0.77 | 0.32 | 0 | 0.11 | 204.83 | 0.76 | 0.55 |
| Hex | 35 | 9B | E3 | 4D | 20 | 0 | B | CD | 4C | 37 |
| Octal | 65 | 233 | 343 | 115 | 40 | 0 | 13 | 315 | 114 | 67 |
| Binary | 110101 | 10011011 | 11100011 | 1001101 | 100000 | 0 | 1011 | 11001101 | 1001100 | 110111 |
Color Harmonies of #359BE3
Complementary color
Monochromatic Colors of #359BE3
Black with #359BE3
Text Example
Text Example
White with #359BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BE3; }
p { color: rgb(53,155,227); }
H1.HeaderClassName
{
color: #359BE3;
}
.AnyTagClassName
{
color: #359BE3;
}
</style>
background-color css
<style>
a { background-color: #359BE3; }
a { background-color: rgb(53,155,227); }
div.DivClassName
{
background-color: #359BE3;
}
.BgClassName
{
background-color: #359BE3;
}
</style>
border-color css
<style>
span { border-color: #359BE3; }
span { border-color: rgb(53,155,227); }
td.TdClassName
{
border-color: #359BE3;
}
.TagClassName
{
border-color: #359BE3;
}
</style>