Shades of Summer Sky #349BEC
Tints of Summer Sky #349BEC
RGB
CMYK
RGB Variations
Color information
#349BEC (or 0x349BEC) is known color: Summer Sky. HEX triplet: 34, 9B and EC. RGB value is (52,155,236). Sum of RGB (Red+Green+Blue) = 52+155+236=443 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.74% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #349BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349BEC is #CB6413. Grayscale: #858585. Windows color (decimal): -13329428 or 15506228. OLE color: 15506228.
HSL color Cylindrical-coordinate representation of color #349BEC: hue angle of 206.41º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #349BEC is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 155 | 236 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.07 |
| HSL | 206.41º | 0.83% | 0.56% | - |
| HSV(B) | 206.41º | 0.78% | 0.93% | - |
| XYZ | 28.28 | 30.23 | 83.7 | - |
| YUV | 133.44 | 185.88 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 236 | 0.78 | 0.34 | 0 | 0.07 | 206.41 | 0.83 | 0.56 |
| Hex | 34 | 9B | EC | 4E | 22 | 0 | 7 | CE | 53 | 38 |
| Octal | 64 | 233 | 354 | 116 | 42 | 0 | 7 | 316 | 123 | 70 |
| Binary | 110100 | 10011011 | 11101100 | 1001110 | 100010 | 0 | 111 | 11001110 | 1010011 | 111000 |
Color Harmonies of #349BEC
Complementary color
Monochromatic Colors of #349BEC
Black with #349BEC
Text Example
Text Example
White with #349BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349BEC; }
p { color: rgb(52,155,236); }
H1.HeaderClassName
{
color: #349BEC;
}
.AnyTagClassName
{
color: #349BEC;
}
</style>
background-color css
<style>
a { background-color: #349BEC; }
a { background-color: rgb(52,155,236); }
div.DivClassName
{
background-color: #349BEC;
}
.BgClassName
{
background-color: #349BEC;
}
</style>
border-color css
<style>
span { border-color: #349BEC; }
span { border-color: rgb(52,155,236); }
td.TdClassName
{
border-color: #349BEC;
}
.TagClassName
{
border-color: #349BEC;
}
</style>