Shades of Summer Sky #359FDD
Tints of Summer Sky #359FDD
RGB
CMYK
RGB Variations
Color information
#359FDD (or 0x359FDD) is known color: Summer Sky. HEX triplet: 35, 9F and DD. RGB value is (53,159,221). Sum of RGB (Red+Green+Blue) = 53+159+221=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #359FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FDD is #CA6022. Grayscale: #868686. Windows color (decimal): -13262883 or 14524213. OLE color: 14524213.
HSL color Cylindrical-coordinate representation of color #359FDD: hue angle of 202.14º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359FDD is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 159 | 221 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.13 |
| HSL | 202.14º | 0.71% | 0.54% | - |
| HSV(B) | 202.14º | 0.76% | 0.87% | - |
| XYZ | 26.92 | 30.77 | 72.93 | - |
| YUV | 134.37 | 176.88 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 221 | 0.76 | 0.28 | 0 | 0.13 | 202.14 | 0.71 | 0.54 |
| Hex | 35 | 9F | DD | 4C | 1C | 0 | D | CA | 47 | 36 |
| Octal | 65 | 237 | 335 | 114 | 34 | 0 | 15 | 312 | 107 | 66 |
| Binary | 110101 | 10011111 | 11011101 | 1001100 | 11100 | 0 | 1101 | 11001010 | 1000111 | 110110 |
Color Harmonies of #359FDD
Complementary color
Monochromatic Colors of #359FDD
Black with #359FDD
Text Example
Text Example
White with #359FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FDD; }
p { color: rgb(53,159,221); }
H1.HeaderClassName
{
color: #359FDD;
}
.AnyTagClassName
{
color: #359FDD;
}
</style>
background-color css
<style>
a { background-color: #359FDD; }
a { background-color: rgb(53,159,221); }
div.DivClassName
{
background-color: #359FDD;
}
.BgClassName
{
background-color: #359FDD;
}
</style>
border-color css
<style>
span { border-color: #359FDD; }
span { border-color: rgb(53,159,221); }
td.TdClassName
{
border-color: #359FDD;
}
.TagClassName
{
border-color: #359FDD;
}
</style>