Shades of Summer Sky #359BDC
Tints of Summer Sky #359BDC
RGB
CMYK
RGB Variations
Color information
#359BDC (or 0x359BDC) is known color: Summer Sky. HEX triplet: 35, 9B and DC. RGB value is (53,155,220). Sum of RGB (Red+Green+Blue) = 53+155+220=428 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.38% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #359BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359BDC is #CA6423. Grayscale: #838383. Windows color (decimal): -13263908 or 14457653. OLE color: 14457653.
HSL color Cylindrical-coordinate representation of color #359BDC: hue angle of 203.35º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #359BDC is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 155 | 220 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.14 |
| HSL | 203.35º | 0.7% | 0.54% | - |
| HSV(B) | 203.35º | 0.76% | 0.86% | - |
| XYZ | 26.11 | 29.37 | 72 | - |
| YUV | 131.91 | 177.71 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 220 | 0.76 | 0.30 | 0 | 0.14 | 203.35 | 0.7 | 0.54 |
| Hex | 35 | 9B | DC | 4C | 1E | 0 | E | CB | 46 | 36 |
| Octal | 65 | 233 | 334 | 114 | 36 | 0 | 16 | 313 | 106 | 66 |
| Binary | 110101 | 10011011 | 11011100 | 1001100 | 11110 | 0 | 1110 | 11001011 | 1000110 | 110110 |
Color Harmonies of #359BDC
Complementary color
Monochromatic Colors of #359BDC
Black with #359BDC
Text Example
Text Example
White with #359BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359BDC; }
p { color: rgb(53,155,220); }
H1.HeaderClassName
{
color: #359BDC;
}
.AnyTagClassName
{
color: #359BDC;
}
</style>
background-color css
<style>
a { background-color: #359BDC; }
a { background-color: rgb(53,155,220); }
div.DivClassName
{
background-color: #359BDC;
}
.BgClassName
{
background-color: #359BDC;
}
</style>
border-color css
<style>
span { border-color: #359BDC; }
span { border-color: rgb(53,155,220); }
td.TdClassName
{
border-color: #359BDC;
}
.TagClassName
{
border-color: #359BDC;
}
</style>