Shades of Summer Sky #349ACD
Tints of Summer Sky #349ACD
RGB
CMYK
RGB Variations
Color information
#349ACD (or 0x349ACD) is known color: Summer Sky. HEX triplet: 34, 9A and CD. RGB value is (52,154,205). Sum of RGB (Red+Green+Blue) = 52+154+205=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #349ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349ACD is #CB6532. Grayscale: #818181. Windows color (decimal): -13329715 or 13474356. OLE color: 13474356.
HSL color Cylindrical-coordinate representation of color #349ACD: hue angle of 200º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349ACD is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 154 | 205 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.20 |
| HSL | 200º | 0.6% | 0.5% | - |
| HSV(B) | 200º | 0.75% | 0.8% | - |
| XYZ | 23.99 | 28.25 | 61.95 | - |
| YUV | 129.32 | 170.71 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 205 | 0.75 | 0.25 | 0 | 0.20 | 200 | 0.6 | 0.5 |
| Hex | 34 | 9A | CD | 4B | 19 | 0 | 14 | C8 | 3C | 32 |
| Octal | 64 | 232 | 315 | 113 | 31 | 0 | 24 | 310 | 74 | 62 |
| Binary | 110100 | 10011010 | 11001101 | 1001011 | 11001 | 0 | 10100 | 11001000 | 111100 | 110010 |
Color Harmonies of #349ACD
Complementary color
Monochromatic Colors of #349ACD
Black with #349ACD
Text Example
Text Example
White with #349ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349ACD; }
p { color: rgb(52,154,205); }
H1.HeaderClassName
{
color: #349ACD;
}
.AnyTagClassName
{
color: #349ACD;
}
</style>
background-color css
<style>
a { background-color: #349ACD; }
a { background-color: rgb(52,154,205); }
div.DivClassName
{
background-color: #349ACD;
}
.BgClassName
{
background-color: #349ACD;
}
</style>
border-color css
<style>
span { border-color: #349ACD; }
span { border-color: rgb(52,154,205); }
td.TdClassName
{
border-color: #349ACD;
}
.TagClassName
{
border-color: #349ACD;
}
</style>