Shades of Summer Sky #359ACD
Tints of Summer Sky #359ACD
RGB
CMYK
RGB Variations
Color information
#359ACD (or 0x359ACD) is known color: Summer Sky. HEX triplet: 35, 9A and CD. RGB value is (53,154,205). Sum of RGB (Red+Green+Blue) = 53+154+205=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 154 (60.55% from 255 or 37.38% from 412); Blue value is 205 (80.47% from 255 or 49.76% from 412); Max value from RGB is 205 - color contains mainly: blue. Hex color #359ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #359ACD is #CA6532. Grayscale: #818181. Windows color (decimal): -13264179 or 13474357. OLE color: 13474357.
HSL color Cylindrical-coordinate representation of color #359ACD: hue angle of 200.13º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #359ACD is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 154 | 205 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.20 |
| HSL | 200.13º | 0.6% | 0.51% | - |
| HSV(B) | 200.13º | 0.74% | 0.8% | - |
| XYZ | 24.04 | 28.28 | 61.95 | - |
| YUV | 129.62 | 170.54 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 154 | 205 | 0.74 | 0.25 | 0 | 0.20 | 200.13 | 0.6 | 0.51 |
| Hex | 35 | 9A | CD | 4A | 19 | 0 | 14 | C8 | 3C | 33 |
| Octal | 65 | 232 | 315 | 112 | 31 | 0 | 24 | 310 | 74 | 63 |
| Binary | 110101 | 10011010 | 11001101 | 1001010 | 11001 | 0 | 10100 | 11001000 | 111100 | 110011 |
Color Harmonies of #359ACD
Complementary color
Monochromatic Colors of #359ACD
Black with #359ACD
Text Example
Text Example
White with #359ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359ACD; }
p { color: rgb(53,154,205); }
H1.HeaderClassName
{
color: #359ACD;
}
.AnyTagClassName
{
color: #359ACD;
}
</style>
background-color css
<style>
a { background-color: #359ACD; }
a { background-color: rgb(53,154,205); }
div.DivClassName
{
background-color: #359ACD;
}
.BgClassName
{
background-color: #359ACD;
}
</style>
border-color css
<style>
span { border-color: #359ACD; }
span { border-color: rgb(53,154,205); }
td.TdClassName
{
border-color: #359ACD;
}
.TagClassName
{
border-color: #359ACD;
}
</style>