Shades of Summer Sky #359CE8
Tints of Summer Sky #359CE8
RGB
CMYK
RGB Variations
Color information
#359CE8 (or 0x359CE8) is known color: Summer Sky. HEX triplet: 35, 9C and E8. RGB value is (53,156,232). Sum of RGB (Red+Green+Blue) = 53+156+232=441 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.02% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #359CE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #359CE8 is #CA6317. Grayscale: #858585. Windows color (decimal): -13263640 or 15244341. OLE color: 15244341.
HSL color Cylindrical-coordinate representation of color #359CE8: hue angle of 205.47º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #359CE8 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 53 | 156 | 232 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.09 |
| HSL | 205.47º | 0.8% | 0.56% | - |
| HSV(B) | 205.47º | 0.77% | 0.91% | - |
| XYZ | 27.92 | 30.36 | 80.73 | - |
| YUV | 133.87 | 183.38 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 156 | 232 | 0.77 | 0.33 | 0 | 0.09 | 205.47 | 0.8 | 0.56 |
| Hex | 35 | 9C | E8 | 4D | 21 | 0 | 9 | CD | 50 | 38 |
| Octal | 65 | 234 | 350 | 115 | 41 | 0 | 11 | 315 | 120 | 70 |
| Binary | 110101 | 10011100 | 11101000 | 1001101 | 100001 | 0 | 1001 | 11001101 | 1010000 | 111000 |
Color Harmonies of #359CE8
Complementary color
Monochromatic Colors of #359CE8
Black with #359CE8
Text Example
Text Example
White with #359CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359CE8; }
p { color: rgb(53,156,232); }
H1.HeaderClassName
{
color: #359CE8;
}
.AnyTagClassName
{
color: #359CE8;
}
</style>
background-color css
<style>
a { background-color: #359CE8; }
a { background-color: rgb(53,156,232); }
div.DivClassName
{
background-color: #359CE8;
}
.BgClassName
{
background-color: #359CE8;
}
</style>
border-color css
<style>
span { border-color: #359CE8; }
span { border-color: rgb(53,156,232); }
td.TdClassName
{
border-color: #359CE8;
}
.TagClassName
{
border-color: #359CE8;
}
</style>