Shades of Summer Sky #349EDF
Tints of Summer Sky #349EDF
RGB
CMYK
RGB Variations
Color information
#349EDF (or 0x349EDF) is known color: Summer Sky. HEX triplet: 34, 9E and DF. RGB value is (52,158,223). Sum of RGB (Red+Green+Blue) = 52+158+223=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #349EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349EDF is #CB6120. Grayscale: #858585. Windows color (decimal): -13328673 or 14655028. OLE color: 14655028.
HSL color Cylindrical-coordinate representation of color #349EDF: hue angle of 202.81º degrees, saturation: 0.73, 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 #349EDF is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 158 | 223 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.13 |
| HSL | 202.81º | 0.73% | 0.54% | - |
| HSV(B) | 202.81º | 0.77% | 0.87% | - |
| XYZ | 26.96 | 30.51 | 74.28 | - |
| YUV | 133.72 | 178.38 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 158 | 223 | 0.77 | 0.29 | 0 | 0.13 | 202.81 | 0.73 | 0.54 |
| Hex | 34 | 9E | DF | 4D | 1D | 0 | D | CB | 49 | 36 |
| Octal | 64 | 236 | 337 | 115 | 35 | 0 | 15 | 313 | 111 | 66 |
| Binary | 110100 | 10011110 | 11011111 | 1001101 | 11101 | 0 | 1101 | 11001011 | 1001001 | 110110 |
Color Harmonies of #349EDF
Complementary color
Monochromatic Colors of #349EDF
Black with #349EDF
Text Example
Text Example
White with #349EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349EDF; }
p { color: rgb(52,158,223); }
H1.HeaderClassName
{
color: #349EDF;
}
.AnyTagClassName
{
color: #349EDF;
}
</style>
background-color css
<style>
a { background-color: #349EDF; }
a { background-color: rgb(52,158,223); }
div.DivClassName
{
background-color: #349EDF;
}
.BgClassName
{
background-color: #349EDF;
}
</style>
border-color css
<style>
span { border-color: #349EDF; }
span { border-color: rgb(52,158,223); }
td.TdClassName
{
border-color: #349EDF;
}
.TagClassName
{
border-color: #349EDF;
}
</style>