Shades of Summer Sky #349ADB
Tints of Summer Sky #349ADB
RGB
CMYK
RGB Variations
Color information
#349ADB (or 0x349ADB) is known color: Summer Sky. HEX triplet: 34, 9A and DB. RGB value is (52,154,219). Sum of RGB (Red+Green+Blue) = 52+154+219=425 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.24% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #349ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349ADB is #CB6524. Grayscale: #828282. Windows color (decimal): -13329701 or 14391860. OLE color: 14391860.
HSL color Cylindrical-coordinate representation of color #349ADB: hue angle of 203.35º degrees, saturation: 0.7, 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 #349ADB is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 154 | 219 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.14 |
| HSL | 203.35º | 0.7% | 0.53% | - |
| HSV(B) | 203.35º | 0.76% | 0.86% | - |
| XYZ | 25.76 | 28.96 | 71.25 | - |
| YUV | 130.91 | 177.71 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 219 | 0.76 | 0.30 | 0 | 0.14 | 203.35 | 0.7 | 0.53 |
| Hex | 34 | 9A | DB | 4C | 1E | 0 | E | CB | 46 | 35 |
| Octal | 64 | 232 | 333 | 114 | 36 | 0 | 16 | 313 | 106 | 65 |
| Binary | 110100 | 10011010 | 11011011 | 1001100 | 11110 | 0 | 1110 | 11001011 | 1000110 | 110101 |
Color Harmonies of #349ADB
Complementary color
Monochromatic Colors of #349ADB
Black with #349ADB
Text Example
Text Example
White with #349ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349ADB; }
p { color: rgb(52,154,219); }
H1.HeaderClassName
{
color: #349ADB;
}
.AnyTagClassName
{
color: #349ADB;
}
</style>
background-color css
<style>
a { background-color: #349ADB; }
a { background-color: rgb(52,154,219); }
div.DivClassName
{
background-color: #349ADB;
}
.BgClassName
{
background-color: #349ADB;
}
</style>
border-color css
<style>
span { border-color: #349ADB; }
span { border-color: rgb(52,154,219); }
td.TdClassName
{
border-color: #349ADB;
}
.TagClassName
{
border-color: #349ADB;
}
</style>