Shades of Summer Sky #359FDE
Tints of Summer Sky #359FDE
RGB
CMYK
RGB Variations
Color information
#359FDE (or 0x359FDE) is known color: Summer Sky. HEX triplet: 35, 9F and DE. RGB value is (53,159,222). Sum of RGB (Red+Green+Blue) = 53+159+222=434 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.21% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #359FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FDE is #CA6021. Grayscale: #868686. Windows color (decimal): -13262882 or 14589749. OLE color: 14589749.
HSL color Cylindrical-coordinate representation of color #359FDE: hue angle of 202.37º degrees, saturation: 0.72, 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 #359FDE is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 159 | 222 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.13 |
| HSL | 202.37º | 0.72% | 0.54% | - |
| HSV(B) | 202.37º | 0.76% | 0.87% | - |
| XYZ | 27.05 | 30.83 | 73.63 | - |
| YUV | 134.49 | 177.38 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 222 | 0.76 | 0.28 | 0 | 0.13 | 202.37 | 0.72 | 0.54 |
| Hex | 35 | 9F | DE | 4C | 1C | 0 | D | CA | 48 | 36 |
| Octal | 65 | 237 | 336 | 114 | 34 | 0 | 15 | 312 | 110 | 66 |
| Binary | 110101 | 10011111 | 11011110 | 1001100 | 11100 | 0 | 1101 | 11001010 | 1001000 | 110110 |
Color Harmonies of #359FDE
Complementary color
Monochromatic Colors of #359FDE
Black with #359FDE
Text Example
Text Example
White with #359FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FDE; }
p { color: rgb(53,159,222); }
H1.HeaderClassName
{
color: #359FDE;
}
.AnyTagClassName
{
color: #359FDE;
}
</style>
background-color css
<style>
a { background-color: #359FDE; }
a { background-color: rgb(53,159,222); }
div.DivClassName
{
background-color: #359FDE;
}
.BgClassName
{
background-color: #359FDE;
}
</style>
border-color css
<style>
span { border-color: #359FDE; }
span { border-color: rgb(53,159,222); }
td.TdClassName
{
border-color: #359FDE;
}
.TagClassName
{
border-color: #359FDE;
}
</style>