Shades of Summer Sky #359DDB
Tints of Summer Sky #359DDB
RGB
CMYK
RGB Variations
Color information
#359DDB (or 0x359DDB) is known color: Summer Sky. HEX triplet: 35, 9D and DB. RGB value is (53,157,219). Sum of RGB (Red+Green+Blue) = 53+157+219=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #359DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359DDB is #CA6224. Grayscale: #848484. Windows color (decimal): -13263397 or 14392629. OLE color: 14392629.
HSL color Cylindrical-coordinate representation of color #359DDB: hue angle of 202.41º 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 #359DDB is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 157 | 219 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.14 |
| HSL | 202.41º | 0.7% | 0.53% | - |
| HSV(B) | 202.41º | 0.76% | 0.86% | - |
| XYZ | 26.31 | 29.99 | 71.42 | - |
| YUV | 132.97 | 176.54 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 157 | 219 | 0.76 | 0.28 | 0 | 0.14 | 202.41 | 0.7 | 0.53 |
| Hex | 35 | 9D | DB | 4C | 1C | 0 | E | CA | 46 | 35 |
| Octal | 65 | 235 | 333 | 114 | 34 | 0 | 16 | 312 | 106 | 65 |
| Binary | 110101 | 10011101 | 11011011 | 1001100 | 11100 | 0 | 1110 | 11001010 | 1000110 | 110101 |
Color Harmonies of #359DDB
Complementary color
Monochromatic Colors of #359DDB
Black with #359DDB
Text Example
Text Example
White with #359DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359DDB; }
p { color: rgb(53,157,219); }
H1.HeaderClassName
{
color: #359DDB;
}
.AnyTagClassName
{
color: #359DDB;
}
</style>
background-color css
<style>
a { background-color: #359DDB; }
a { background-color: rgb(53,157,219); }
div.DivClassName
{
background-color: #359DDB;
}
.BgClassName
{
background-color: #359DDB;
}
</style>
border-color css
<style>
span { border-color: #359DDB; }
span { border-color: rgb(53,157,219); }
td.TdClassName
{
border-color: #359DDB;
}
.TagClassName
{
border-color: #359DDB;
}
</style>