Shades of Summer Sky #359ADC
Tints of Summer Sky #359ADC
RGB
CMYK
RGB Variations
Color information
#359ADC (or 0x359ADC) is known color: Summer Sky. HEX triplet: 35, 9A and DC. RGB value is (53,154,220). Sum of RGB (Red+Green+Blue) = 53+154+220=427 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.41% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #359ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ADC is #CA6523. Grayscale: #828282. Windows color (decimal): -13264164 or 14457397. OLE color: 14457397.
HSL color Cylindrical-coordinate representation of color #359ADC: hue angle of 203.71º 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 #359ADC is Cyan = 0.76, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 154 | 220 | - |
| CMYK | 0.76 | 0.3 | 0 | 0.14 |
| HSL | 203.71º | 0.7% | 0.54% | - |
| HSV(B) | 203.71º | 0.76% | 0.86% | - |
| XYZ | 25.94 | 29.04 | 71.95 | - |
| YUV | 131.33 | 178.04 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 220 | 0.76 | 0.3 | 0 | 0.14 | 203.71 | 0.7 | 0.54 |
| Hex | 35 | 9A | DC | 4C | 1E | 0 | E | CC | 46 | 36 |
| Octal | 65 | 232 | 334 | 114 | 36 | 0 | 16 | 314 | 106 | 66 |
| Binary | 110101 | 10011010 | 11011100 | 1001100 | 11110 | 0 | 1110 | 11001100 | 1000110 | 110110 |
Color Harmonies of #359ADC
Complementary color
Monochromatic Colors of #359ADC
Black with #359ADC
Text Example
Text Example
White with #359ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359ADC; }
p { color: rgb(53,154,220); }
H1.HeaderClassName
{
color: #359ADC;
}
.AnyTagClassName
{
color: #359ADC;
}
</style>
background-color css
<style>
a { background-color: #359ADC; }
a { background-color: rgb(53,154,220); }
div.DivClassName
{
background-color: #359ADC;
}
.BgClassName
{
background-color: #359ADC;
}
</style>
border-color css
<style>
span { border-color: #359ADC; }
span { border-color: rgb(53,154,220); }
td.TdClassName
{
border-color: #359ADC;
}
.TagClassName
{
border-color: #359ADC;
}
</style>