Shades of Summer Sky #349AD5
Tints of Summer Sky #349AD5
RGB
CMYK
RGB Variations
Color information
#349AD5 (or 0x349AD5) is known color: Summer Sky. HEX triplet: 34, 9A and D5. RGB value is (52,154,213). Sum of RGB (Red+Green+Blue) = 52+154+213=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #349AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349AD5 is #CB652A. Grayscale: #818181. Windows color (decimal): -13329707 or 13998644. OLE color: 13998644.
HSL color Cylindrical-coordinate representation of color #349AD5: hue angle of 201.99º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #349AD5 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 154 | 213 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.16 |
| HSL | 201.99º | 0.66% | 0.52% | - |
| HSV(B) | 201.99º | 0.76% | 0.84% | - |
| XYZ | 24.98 | 28.65 | 67.16 | - |
| YUV | 130.23 | 174.71 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 213 | 0.76 | 0.28 | 0 | 0.16 | 201.99 | 0.66 | 0.52 |
| Hex | 34 | 9A | D5 | 4C | 1C | 0 | 10 | CA | 42 | 34 |
| Octal | 64 | 232 | 325 | 114 | 34 | 0 | 20 | 312 | 102 | 64 |
| Binary | 110100 | 10011010 | 11010101 | 1001100 | 11100 | 0 | 10000 | 11001010 | 1000010 | 110100 |
Color Harmonies of #349AD5
Complementary color
Monochromatic Colors of #349AD5
Black with #349AD5
Text Example
Text Example
White with #349AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349AD5; }
p { color: rgb(52,154,213); }
H1.HeaderClassName
{
color: #349AD5;
}
.AnyTagClassName
{
color: #349AD5;
}
</style>
background-color css
<style>
a { background-color: #349AD5; }
a { background-color: rgb(52,154,213); }
div.DivClassName
{
background-color: #349AD5;
}
.BgClassName
{
background-color: #349AD5;
}
</style>
border-color css
<style>
span { border-color: #349AD5; }
span { border-color: rgb(52,154,213); }
td.TdClassName
{
border-color: #349AD5;
}
.TagClassName
{
border-color: #349AD5;
}
</style>