Shades of Summer Sky #359ADB
Tints of Summer Sky #359ADB
RGB
CMYK
RGB Variations
Color information
#359ADB (or 0x359ADB) is known color: Summer Sky. HEX triplet: 35, 9A and DB. RGB value is (53,154,219). Sum of RGB (Red+Green+Blue) = 53+154+219=426 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.44% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #359ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ADB is #CA6524. Grayscale: #828282. Windows color (decimal): -13264165 or 14391861. OLE color: 14391861.
HSL color Cylindrical-coordinate representation of color #359ADB: hue angle of 203.49º 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 #359ADB is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 154 | 219 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.14 |
| HSL | 203.49º | 0.7% | 0.53% | - |
| HSV(B) | 203.49º | 0.76% | 0.86% | - |
| XYZ | 25.81 | 28.98 | 71.25 | - |
| YUV | 131.21 | 177.54 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 219 | 0.76 | 0.30 | 0 | 0.14 | 203.49 | 0.7 | 0.53 |
| Hex | 35 | 9A | DB | 4C | 1E | 0 | E | CB | 46 | 35 |
| Octal | 65 | 232 | 333 | 114 | 36 | 0 | 16 | 313 | 106 | 65 |
| Binary | 110101 | 10011010 | 11011011 | 1001100 | 11110 | 0 | 1110 | 11001011 | 1000110 | 110101 |
Color Harmonies of #359ADB
Complementary color
Monochromatic Colors of #359ADB
Black with #359ADB
Text Example
Text Example
White with #359ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359ADB; }
p { color: rgb(53,154,219); }
H1.HeaderClassName
{
color: #359ADB;
}
.AnyTagClassName
{
color: #359ADB;
}
</style>
background-color css
<style>
a { background-color: #359ADB; }
a { background-color: rgb(53,154,219); }
div.DivClassName
{
background-color: #359ADB;
}
.BgClassName
{
background-color: #359ADB;
}
</style>
border-color css
<style>
span { border-color: #359ADB; }
span { border-color: rgb(53,154,219); }
td.TdClassName
{
border-color: #359ADB;
}
.TagClassName
{
border-color: #359ADB;
}
</style>