Shades of Summer Sky #349ADC
Tints of Summer Sky #349ADC
RGB
CMYK
RGB Variations
Color information
#349ADC (or 0x349ADC) is known color: Summer Sky. HEX triplet: 34, 9A and DC. RGB value is (52,154,220). Sum of RGB (Red+Green+Blue) = 52+154+220=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #349ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349ADC is #CB6523. Grayscale: #828282. Windows color (decimal): -13329700 or 14457396. OLE color: 14457396.
HSL color Cylindrical-coordinate representation of color #349ADC: hue angle of 203.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349ADC is Cyan = 0.76, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 154 | 220 | - |
| CMYK | 0.76 | 0.3 | 0 | 0.14 |
| HSL | 203.57º | 0.71% | 0.53% | - |
| HSV(B) | 203.57º | 0.76% | 0.86% | - |
| XYZ | 25.89 | 29.01 | 71.94 | - |
| YUV | 131.03 | 178.21 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 220 | 0.76 | 0.3 | 0 | 0.14 | 203.57 | 0.71 | 0.53 |
| Hex | 34 | 9A | DC | 4C | 1E | 0 | E | CC | 47 | 35 |
| Octal | 64 | 232 | 334 | 114 | 36 | 0 | 16 | 314 | 107 | 65 |
| Binary | 110100 | 10011010 | 11011100 | 1001100 | 11110 | 0 | 1110 | 11001100 | 1000111 | 110101 |
Color Harmonies of #349ADC
Complementary color
Monochromatic Colors of #349ADC
Black with #349ADC
Text Example
Text Example
White with #349ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349ADC; }
p { color: rgb(52,154,220); }
H1.HeaderClassName
{
color: #349ADC;
}
.AnyTagClassName
{
color: #349ADC;
}
</style>
background-color css
<style>
a { background-color: #349ADC; }
a { background-color: rgb(52,154,220); }
div.DivClassName
{
background-color: #349ADC;
}
.BgClassName
{
background-color: #349ADC;
}
</style>
border-color css
<style>
span { border-color: #349ADC; }
span { border-color: rgb(52,154,220); }
td.TdClassName
{
border-color: #349ADC;
}
.TagClassName
{
border-color: #349ADC;
}
</style>