Shades of Summer Sky #349FCD
Tints of Summer Sky #349FCD
RGB
CMYK
RGB Variations
Color information
#349FCD (or 0x349FCD) is known color: Summer Sky. HEX triplet: 34, 9F and CD. RGB value is (52,159,205). Sum of RGB (Red+Green+Blue) = 52+159+205=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #349FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FCD is #CB6032. Grayscale: #838383. Windows color (decimal): -13328435 or 13475636. OLE color: 13475636.
HSL color Cylindrical-coordinate representation of color #349FCD: hue angle of 198.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349FCD is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 159 | 205 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.20 |
| HSL | 198.04º | 0.6% | 0.5% | - |
| HSV(B) | 198.04º | 0.75% | 0.8% | - |
| XYZ | 24.83 | 29.93 | 62.23 | - |
| YUV | 132.25 | 169.05 | 70.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 205 | 0.75 | 0.22 | 0 | 0.20 | 198.04 | 0.6 | 0.5 |
| Hex | 34 | 9F | CD | 4B | 16 | 0 | 14 | C6 | 3C | 32 |
| Octal | 64 | 237 | 315 | 113 | 26 | 0 | 24 | 306 | 74 | 62 |
| Binary | 110100 | 10011111 | 11001101 | 1001011 | 10110 | 0 | 10100 | 11000110 | 111100 | 110010 |
Color Harmonies of #349FCD
Complementary color
Monochromatic Colors of #349FCD
Black with #349FCD
Text Example
Text Example
White with #349FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FCD; }
p { color: rgb(52,159,205); }
H1.HeaderClassName
{
color: #349FCD;
}
.AnyTagClassName
{
color: #349FCD;
}
</style>
background-color css
<style>
a { background-color: #349FCD; }
a { background-color: rgb(52,159,205); }
div.DivClassName
{
background-color: #349FCD;
}
.BgClassName
{
background-color: #349FCD;
}
</style>
border-color css
<style>
span { border-color: #349FCD; }
span { border-color: rgb(52,159,205); }
td.TdClassName
{
border-color: #349FCD;
}
.TagClassName
{
border-color: #349FCD;
}
</style>