Shades of Summer Sky #359FDB
Tints of Summer Sky #359FDB
RGB
CMYK
RGB Variations
Color information
#359FDB (or 0x359FDB) is known color: Summer Sky. HEX triplet: 35, 9F and DB. RGB value is (53,159,219). Sum of RGB (Red+Green+Blue) = 53+159+219=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #359FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359FDB is #CA6024. Grayscale: #858585. Windows color (decimal): -13262885 or 14393141. OLE color: 14393141.
HSL color Cylindrical-coordinate representation of color #359FDB: hue angle of 201.69º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359FDB is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 159 | 219 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.14 |
| HSL | 201.69º | 0.7% | 0.53% | - |
| HSV(B) | 201.69º | 0.76% | 0.86% | - |
| XYZ | 26.65 | 30.67 | 71.53 | - |
| YUV | 134.15 | 175.88 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 159 | 219 | 0.76 | 0.27 | 0 | 0.14 | 201.69 | 0.7 | 0.53 |
| Hex | 35 | 9F | DB | 4C | 1B | 0 | E | CA | 46 | 35 |
| Octal | 65 | 237 | 333 | 114 | 33 | 0 | 16 | 312 | 106 | 65 |
| Binary | 110101 | 10011111 | 11011011 | 1001100 | 11011 | 0 | 1110 | 11001010 | 1000110 | 110101 |
Color Harmonies of #359FDB
Complementary color
Monochromatic Colors of #359FDB
Black with #359FDB
Text Example
Text Example
White with #359FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359FDB; }
p { color: rgb(53,159,219); }
H1.HeaderClassName
{
color: #359FDB;
}
.AnyTagClassName
{
color: #359FDB;
}
</style>
background-color css
<style>
a { background-color: #359FDB; }
a { background-color: rgb(53,159,219); }
div.DivClassName
{
background-color: #359FDB;
}
.BgClassName
{
background-color: #359FDB;
}
</style>
border-color css
<style>
span { border-color: #359FDB; }
span { border-color: rgb(53,159,219); }
td.TdClassName
{
border-color: #359FDB;
}
.TagClassName
{
border-color: #359FDB;
}
</style>