Shades of Summer Sky #359FDF
Tints of Summer Sky #359FDF
RGB
CMYK
RGB Variations
Color information
#359FDF (or 0x359FDF) is known color: Summer Sky. HEX triplet: 35, 9F and DF. RGB value is (53,159,223). Sum of RGB (Red+Green+Blue) = 53+159+223=435 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.18% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #359FDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FDF is #CA6020. Grayscale: #868686. Windows color (decimal): -13262881 or 14655285. OLE color: 14655285.
HSL color Cylindrical-coordinate representation of color #359FDF: hue angle of 202.59º degrees, saturation: 0.73, 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 #359FDF is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 159 | 223 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.13 |
| HSL | 202.59º | 0.73% | 0.54% | - |
| HSV(B) | 202.59º | 0.76% | 0.87% | - |
| XYZ | 27.19 | 30.88 | 74.34 | - |
| YUV | 134.6 | 177.88 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 223 | 0.76 | 0.29 | 0 | 0.13 | 202.59 | 0.73 | 0.54 |
| Hex | 35 | 9F | DF | 4C | 1D | 0 | D | CB | 49 | 36 |
| Octal | 65 | 237 | 337 | 114 | 35 | 0 | 15 | 313 | 111 | 66 |
| Binary | 110101 | 10011111 | 11011111 | 1001100 | 11101 | 0 | 1101 | 11001011 | 1001001 | 110110 |
Color Harmonies of #359FDF
Complementary color
Monochromatic Colors of #359FDF
Black with #359FDF
Text Example
Text Example
White with #359FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FDF; }
p { color: rgb(53,159,223); }
H1.HeaderClassName
{
color: #359FDF;
}
.AnyTagClassName
{
color: #359FDF;
}
</style>
background-color css
<style>
a { background-color: #359FDF; }
a { background-color: rgb(53,159,223); }
div.DivClassName
{
background-color: #359FDF;
}
.BgClassName
{
background-color: #359FDF;
}
</style>
border-color css
<style>
span { border-color: #359FDF; }
span { border-color: rgb(53,159,223); }
td.TdClassName
{
border-color: #359FDF;
}
.TagClassName
{
border-color: #359FDF;
}
</style>