Shades of Summer Sky #349FE0
Tints of Summer Sky #349FE0
RGB
CMYK
RGB Variations
Color information
#349FE0 (or 0x349FE0) is known color: Summer Sky. HEX triplet: 34, 9F and E0. RGB value is (52,159,224). Sum of RGB (Red+Green+Blue) = 52+159+224=435 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.95% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 224 (87.89% from 255 or 51.49% from 435); Max value from RGB is 224 - color contains mainly: blue. Hex color #349FE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FE0 is #CB601F. Grayscale: #868686. Windows color (decimal): -13328416 or 14720820. OLE color: 14720820.
HSL color Cylindrical-coordinate representation of color #349FE0: hue angle of 202.67º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #349FE0 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 159 | 224 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.12 |
| HSL | 202.67º | 0.74% | 0.54% | - |
| HSV(B) | 202.67º | 0.77% | 0.88% | - |
| XYZ | 27.27 | 30.91 | 75.05 | - |
| YUV | 134.42 | 178.55 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 224 | 0.77 | 0.29 | 0 | 0.12 | 202.67 | 0.74 | 0.54 |
| Hex | 34 | 9F | E0 | 4D | 1D | 0 | C | CB | 4A | 36 |
| Octal | 64 | 237 | 340 | 115 | 35 | 0 | 14 | 313 | 112 | 66 |
| Binary | 110100 | 10011111 | 11100000 | 1001101 | 11101 | 0 | 1100 | 11001011 | 1001010 | 110110 |
Color Harmonies of #349FE0
Complementary color
Monochromatic Colors of #349FE0
Black with #349FE0
Text Example
Text Example
White with #349FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FE0; }
p { color: rgb(52,159,224); }
H1.HeaderClassName
{
color: #349FE0;
}
.AnyTagClassName
{
color: #349FE0;
}
</style>
background-color css
<style>
a { background-color: #349FE0; }
a { background-color: rgb(52,159,224); }
div.DivClassName
{
background-color: #349FE0;
}
.BgClassName
{
background-color: #349FE0;
}
</style>
border-color css
<style>
span { border-color: #349FE0; }
span { border-color: rgb(52,159,224); }
td.TdClassName
{
border-color: #349FE0;
}
.TagClassName
{
border-color: #349FE0;
}
</style>