Shades of Summer Sky #359FDC
Tints of Summer Sky #359FDC
RGB
CMYK
RGB Variations
Color information
#359FDC (or 0x359FDC) is known color: Summer Sky. HEX triplet: 35, 9F and DC. RGB value is (53,159,220). Sum of RGB (Red+Green+Blue) = 53+159+220=432 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.27% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #359FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FDC is #CA6023. Grayscale: #858585. Windows color (decimal): -13262884 or 14458677. OLE color: 14458677.
HSL color Cylindrical-coordinate representation of color #359FDC: hue angle of 201.92º 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 #359FDC is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 159 | 220 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.14 |
| HSL | 201.92º | 0.7% | 0.54% | - |
| HSV(B) | 201.92º | 0.76% | 0.86% | - |
| XYZ | 26.78 | 30.72 | 72.23 | - |
| YUV | 134.26 | 176.38 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 220 | 0.76 | 0.28 | 0 | 0.14 | 201.92 | 0.7 | 0.54 |
| Hex | 35 | 9F | DC | 4C | 1C | 0 | E | CA | 46 | 36 |
| Octal | 65 | 237 | 334 | 114 | 34 | 0 | 16 | 312 | 106 | 66 |
| Binary | 110101 | 10011111 | 11011100 | 1001100 | 11100 | 0 | 1110 | 11001010 | 1000110 | 110110 |
Color Harmonies of #359FDC
Complementary color
Monochromatic Colors of #359FDC
Black with #359FDC
Text Example
Text Example
White with #359FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FDC; }
p { color: rgb(53,159,220); }
H1.HeaderClassName
{
color: #359FDC;
}
.AnyTagClassName
{
color: #359FDC;
}
</style>
background-color css
<style>
a { background-color: #359FDC; }
a { background-color: rgb(53,159,220); }
div.DivClassName
{
background-color: #359FDC;
}
.BgClassName
{
background-color: #359FDC;
}
</style>
border-color css
<style>
span { border-color: #359FDC; }
span { border-color: rgb(53,159,220); }
td.TdClassName
{
border-color: #359FDC;
}
.TagClassName
{
border-color: #359FDC;
}
</style>