Shades of Summer Sky #359BDD
Tints of Summer Sky #359BDD
RGB
CMYK
RGB Variations
Color information
#359BDD (or 0x359BDD) is known color: Summer Sky. HEX triplet: 35, 9B and DD. RGB value is (53,155,221). Sum of RGB (Red+Green+Blue) = 53+155+221=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #359BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BDD is #CA6422. Grayscale: #838383. Windows color (decimal): -13263907 or 14523189. OLE color: 14523189.
HSL color Cylindrical-coordinate representation of color #359BDD: hue angle of 203.57º degrees, saturation: 0.71, 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 #359BDD is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 155 | 221 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.13 |
| HSL | 203.57º | 0.71% | 0.54% | - |
| HSV(B) | 203.57º | 0.76% | 0.87% | - |
| XYZ | 26.24 | 29.42 | 72.7 | - |
| YUV | 132.03 | 178.21 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 221 | 0.76 | 0.30 | 0 | 0.13 | 203.57 | 0.71 | 0.54 |
| Hex | 35 | 9B | DD | 4C | 1E | 0 | D | CC | 47 | 36 |
| Octal | 65 | 233 | 335 | 114 | 36 | 0 | 15 | 314 | 107 | 66 |
| Binary | 110101 | 10011011 | 11011101 | 1001100 | 11110 | 0 | 1101 | 11001100 | 1000111 | 110110 |
Color Harmonies of #359BDD
Complementary color
Monochromatic Colors of #359BDD
Black with #359BDD
Text Example
Text Example
White with #359BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BDD; }
p { color: rgb(53,155,221); }
H1.HeaderClassName
{
color: #359BDD;
}
.AnyTagClassName
{
color: #359BDD;
}
</style>
background-color css
<style>
a { background-color: #359BDD; }
a { background-color: rgb(53,155,221); }
div.DivClassName
{
background-color: #359BDD;
}
.BgClassName
{
background-color: #359BDD;
}
</style>
border-color css
<style>
span { border-color: #359BDD; }
span { border-color: rgb(53,155,221); }
td.TdClassName
{
border-color: #359BDD;
}
.TagClassName
{
border-color: #359BDD;
}
</style>