Shades of Summer Sky #349EF0
Tints of Summer Sky #349EF0
RGB
CMYK
RGB Variations
Color information
#349EF0 (or 0x349EF0) is known color: Summer Sky. HEX triplet: 34, 9E and F0. RGB value is (52,158,240). Sum of RGB (Red+Green+Blue) = 52+158+240=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 240 (94.14% from 255 or 53.33% from 450); Max value from RGB is 240 - color contains mainly: blue. Hex color #349EF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349EF0 is #CB610F. Grayscale: #878787. Windows color (decimal): -13328656 or 15769140. OLE color: 15769140.
HSL color Cylindrical-coordinate representation of color #349EF0: hue angle of 206.17º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #349EF0 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 158 | 240 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.06 |
| HSL | 206.17º | 0.86% | 0.57% | - |
| HSV(B) | 206.17º | 0.78% | 0.94% | - |
| XYZ | 29.37 | 31.48 | 86.97 | - |
| YUV | 135.65 | 186.88 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 240 | 0.78 | 0.34 | 0 | 0.06 | 206.17 | 0.86 | 0.57 |
| Hex | 34 | 9E | F0 | 4E | 22 | 0 | 6 | CE | 56 | 39 |
| Octal | 64 | 236 | 360 | 116 | 42 | 0 | 6 | 316 | 126 | 71 |
| Binary | 110100 | 10011110 | 11110000 | 1001110 | 100010 | 0 | 110 | 11001110 | 1010110 | 111001 |
Color Harmonies of #349EF0
Complementary color
Monochromatic Colors of #349EF0
Black with #349EF0
Text Example
Text Example
White with #349EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349EF0; }
p { color: rgb(52,158,240); }
H1.HeaderClassName
{
color: #349EF0;
}
.AnyTagClassName
{
color: #349EF0;
}
</style>
background-color css
<style>
a { background-color: #349EF0; }
a { background-color: rgb(52,158,240); }
div.DivClassName
{
background-color: #349EF0;
}
.BgClassName
{
background-color: #349EF0;
}
</style>
border-color css
<style>
span { border-color: #349EF0; }
span { border-color: rgb(52,158,240); }
td.TdClassName
{
border-color: #349EF0;
}
.TagClassName
{
border-color: #349EF0;
}
</style>