Shades of Summer Sky #349FE6
Tints of Summer Sky #349FE6
RGB
CMYK
RGB Variations
Color information
#349FE6 (or 0x349FE6) is known color: Summer Sky. HEX triplet: 34, 9F and E6. RGB value is (52,159,230). Sum of RGB (Red+Green+Blue) = 52+159+230=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 230 (90.23% from 255 or 52.15% from 441); Max value from RGB is 230 - color contains mainly: blue. Hex color #349FE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349FE6 is #CB6019. Grayscale: #868686. Windows color (decimal): -13328410 or 15114036. OLE color: 15114036.
HSL color Cylindrical-coordinate representation of color #349FE6: hue angle of 203.93º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #349FE6 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 159 | 230 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.10 |
| HSL | 203.93º | 0.78% | 0.55% | - |
| HSV(B) | 203.93º | 0.77% | 0.9% | - |
| XYZ | 28.1 | 31.24 | 79.41 | - |
| YUV | 135.1 | 181.55 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 230 | 0.77 | 0.31 | 0 | 0.10 | 203.93 | 0.78 | 0.55 |
| Hex | 34 | 9F | E6 | 4D | 1F | 0 | A | CC | 4E | 37 |
| Octal | 64 | 237 | 346 | 115 | 37 | 0 | 12 | 314 | 116 | 67 |
| Binary | 110100 | 10011111 | 11100110 | 1001101 | 11111 | 0 | 1010 | 11001100 | 1001110 | 110111 |
Color Harmonies of #349FE6
Complementary color
Monochromatic Colors of #349FE6
Black with #349FE6
Text Example
Text Example
White with #349FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FE6; }
p { color: rgb(52,159,230); }
H1.HeaderClassName
{
color: #349FE6;
}
.AnyTagClassName
{
color: #349FE6;
}
</style>
background-color css
<style>
a { background-color: #349FE6; }
a { background-color: rgb(52,159,230); }
div.DivClassName
{
background-color: #349FE6;
}
.BgClassName
{
background-color: #349FE6;
}
</style>
border-color css
<style>
span { border-color: #349FE6; }
span { border-color: rgb(52,159,230); }
td.TdClassName
{
border-color: #349FE6;
}
.TagClassName
{
border-color: #349FE6;
}
</style>