Shades of Summer Sky #349EDE
Tints of Summer Sky #349EDE
RGB
CMYK
RGB Variations
Color information
#349EDE (or 0x349EDE) is known color: Summer Sky. HEX triplet: 34, 9E and DE. RGB value is (52,158,222). Sum of RGB (Red+Green+Blue) = 52+158+222=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #349EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EDE is #CB6121. Grayscale: #858585. Windows color (decimal): -13328674 or 14589492. OLE color: 14589492.
HSL color Cylindrical-coordinate representation of color #349EDE: hue angle of 202.59º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #349EDE is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 158 | 222 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.13 |
| HSL | 202.59º | 0.72% | 0.54% | - |
| HSV(B) | 202.59º | 0.77% | 0.87% | - |
| XYZ | 26.83 | 30.46 | 73.57 | - |
| YUV | 133.6 | 177.88 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 222 | 0.77 | 0.29 | 0 | 0.13 | 202.59 | 0.72 | 0.54 |
| Hex | 34 | 9E | DE | 4D | 1D | 0 | D | CB | 48 | 36 |
| Octal | 64 | 236 | 336 | 115 | 35 | 0 | 15 | 313 | 110 | 66 |
| Binary | 110100 | 10011110 | 11011110 | 1001101 | 11101 | 0 | 1101 | 11001011 | 1001000 | 110110 |
Color Harmonies of #349EDE
Complementary color
Monochromatic Colors of #349EDE
Black with #349EDE
Text Example
Text Example
White with #349EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349EDE; }
p { color: rgb(52,158,222); }
H1.HeaderClassName
{
color: #349EDE;
}
.AnyTagClassName
{
color: #349EDE;
}
</style>
background-color css
<style>
a { background-color: #349EDE; }
a { background-color: rgb(52,158,222); }
div.DivClassName
{
background-color: #349EDE;
}
.BgClassName
{
background-color: #349EDE;
}
</style>
border-color css
<style>
span { border-color: #349EDE; }
span { border-color: rgb(52,158,222); }
td.TdClassName
{
border-color: #349EDE;
}
.TagClassName
{
border-color: #349EDE;
}
</style>