Shades of Summer Sky #349FCA
Tints of Summer Sky #349FCA
RGB
CMYK
RGB Variations
Color information
#349FCA (or 0x349FCA) is known color: Summer Sky. HEX triplet: 34, 9F and CA. RGB value is (52,159,202). Sum of RGB (Red+Green+Blue) = 52+159+202=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 202 (79.30% from 255 or 48.91% from 413); Max value from RGB is 202 - color contains mainly: blue. Hex color #349FCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FCA is #CB6035. Grayscale: #838383. Windows color (decimal): -13328438 or 13279028. OLE color: 13279028.
HSL color Cylindrical-coordinate representation of color #349FCA: hue angle of 197.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349FCA is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 159 | 202 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.21 |
| HSL | 197.2º | 0.59% | 0.5% | - |
| HSV(B) | 197.2º | 0.74% | 0.79% | - |
| XYZ | 24.47 | 29.79 | 60.34 | - |
| YUV | 131.91 | 167.55 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 202 | 0.74 | 0.21 | 0 | 0.21 | 197.2 | 0.59 | 0.5 |
| Hex | 34 | 9F | CA | 4A | 15 | 0 | 15 | C5 | 3B | 32 |
| Octal | 64 | 237 | 312 | 112 | 25 | 0 | 25 | 305 | 73 | 62 |
| Binary | 110100 | 10011111 | 11001010 | 1001010 | 10101 | 0 | 10101 | 11000101 | 111011 | 110010 |
Color Harmonies of #349FCA
Complementary color
Monochromatic Colors of #349FCA
Black with #349FCA
Text Example
Text Example
White with #349FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FCA; }
p { color: rgb(52,159,202); }
H1.HeaderClassName
{
color: #349FCA;
}
.AnyTagClassName
{
color: #349FCA;
}
</style>
background-color css
<style>
a { background-color: #349FCA; }
a { background-color: rgb(52,159,202); }
div.DivClassName
{
background-color: #349FCA;
}
.BgClassName
{
background-color: #349FCA;
}
</style>
border-color css
<style>
span { border-color: #349FCA; }
span { border-color: rgb(52,159,202); }
td.TdClassName
{
border-color: #349FCA;
}
.TagClassName
{
border-color: #349FCA;
}
</style>