Shades of Summer Sky #359DDC
Tints of Summer Sky #359DDC
RGB
CMYK
RGB Variations
Color information
#359DDC (or 0x359DDC) is known color: Summer Sky. HEX triplet: 35, 9D and DC. RGB value is (53,157,220). Sum of RGB (Red+Green+Blue) = 53+157+220=430 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.33% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #359DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DDC is #CA6223. Grayscale: #848484. Windows color (decimal): -13263396 or 14458165. OLE color: 14458165.
HSL color Cylindrical-coordinate representation of color #359DDC: hue angle of 202.63º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359DDC is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 157 | 220 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.14 |
| HSL | 202.63º | 0.7% | 0.54% | - |
| HSV(B) | 202.63º | 0.76% | 0.86% | - |
| XYZ | 26.44 | 30.04 | 72.11 | - |
| YUV | 133.09 | 177.04 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 220 | 0.76 | 0.29 | 0 | 0.14 | 202.63 | 0.7 | 0.54 |
| Hex | 35 | 9D | DC | 4C | 1D | 0 | E | CB | 46 | 36 |
| Octal | 65 | 235 | 334 | 114 | 35 | 0 | 16 | 313 | 106 | 66 |
| Binary | 110101 | 10011101 | 11011100 | 1001100 | 11101 | 0 | 1110 | 11001011 | 1000110 | 110110 |
Color Harmonies of #359DDC
Complementary color
Monochromatic Colors of #359DDC
Black with #359DDC
Text Example
Text Example
White with #359DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DDC; }
p { color: rgb(53,157,220); }
H1.HeaderClassName
{
color: #359DDC;
}
.AnyTagClassName
{
color: #359DDC;
}
</style>
background-color css
<style>
a { background-color: #359DDC; }
a { background-color: rgb(53,157,220); }
div.DivClassName
{
background-color: #359DDC;
}
.BgClassName
{
background-color: #359DDC;
}
</style>
border-color css
<style>
span { border-color: #359DDC; }
span { border-color: rgb(53,157,220); }
td.TdClassName
{
border-color: #359DDC;
}
.TagClassName
{
border-color: #359DDC;
}
</style>