Shades of Summer Sky #349FDB
Tints of Summer Sky #349FDB
RGB
CMYK
RGB Variations
Color information
#349FDB (or 0x349FDB) is known color: Summer Sky. HEX triplet: 34, 9F and DB. RGB value is (52,159,219). Sum of RGB (Red+Green+Blue) = 52+159+219=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #349FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FDB is #CB6024. Grayscale: #858585. Windows color (decimal): -13328421 or 14393140. OLE color: 14393140.
HSL color Cylindrical-coordinate representation of color #349FDB: hue angle of 201.56º 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 #349FDB is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 159 | 219 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.14 |
| HSL | 201.56º | 0.7% | 0.53% | - |
| HSV(B) | 201.56º | 0.76% | 0.86% | - |
| XYZ | 26.6 | 30.64 | 71.53 | - |
| YUV | 133.85 | 176.05 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 219 | 0.76 | 0.27 | 0 | 0.14 | 201.56 | 0.7 | 0.53 |
| Hex | 34 | 9F | DB | 4C | 1B | 0 | E | CA | 46 | 35 |
| Octal | 64 | 237 | 333 | 114 | 33 | 0 | 16 | 312 | 106 | 65 |
| Binary | 110100 | 10011111 | 11011011 | 1001100 | 11011 | 0 | 1110 | 11001010 | 1000110 | 110101 |
Color Harmonies of #349FDB
Complementary color
Monochromatic Colors of #349FDB
Black with #349FDB
Text Example
Text Example
White with #349FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FDB; }
p { color: rgb(52,159,219); }
H1.HeaderClassName
{
color: #349FDB;
}
.AnyTagClassName
{
color: #349FDB;
}
</style>
background-color css
<style>
a { background-color: #349FDB; }
a { background-color: rgb(52,159,219); }
div.DivClassName
{
background-color: #349FDB;
}
.BgClassName
{
background-color: #349FDB;
}
</style>
border-color css
<style>
span { border-color: #349FDB; }
span { border-color: rgb(52,159,219); }
td.TdClassName
{
border-color: #349FDB;
}
.TagClassName
{
border-color: #349FDB;
}
</style>