Shades of Summer Sky #349ACF
Tints of Summer Sky #349ACF
RGB
CMYK
RGB Variations
Color information
#349ACF (or 0x349ACF) is known color: Summer Sky. HEX triplet: 34, 9A and CF. RGB value is (52,154,207). Sum of RGB (Red+Green+Blue) = 52+154+207=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #349ACF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349ACF is #CB6530. Grayscale: #818181. Windows color (decimal): -13329713 or 13605428. OLE color: 13605428.
HSL color Cylindrical-coordinate representation of color #349ACF: hue angle of 200.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349ACF is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 154 | 207 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.19 |
| HSL | 200.52º | 0.62% | 0.51% | - |
| HSV(B) | 200.52º | 0.75% | 0.81% | - |
| XYZ | 24.23 | 28.35 | 63.23 | - |
| YUV | 129.54 | 171.71 | 72.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 154 | 207 | 0.75 | 0.26 | 0 | 0.19 | 200.52 | 0.62 | 0.51 |
| Hex | 34 | 9A | CF | 4B | 1A | 0 | 13 | C9 | 3E | 33 |
| Octal | 64 | 232 | 317 | 113 | 32 | 0 | 23 | 311 | 76 | 63 |
| Binary | 110100 | 10011010 | 11001111 | 1001011 | 11010 | 0 | 10011 | 11001001 | 111110 | 110011 |
Color Harmonies of #349ACF
Complementary color
Monochromatic Colors of #349ACF
Black with #349ACF
Text Example
Text Example
White with #349ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349ACF; }
p { color: rgb(52,154,207); }
H1.HeaderClassName
{
color: #349ACF;
}
.AnyTagClassName
{
color: #349ACF;
}
</style>
background-color css
<style>
a { background-color: #349ACF; }
a { background-color: rgb(52,154,207); }
div.DivClassName
{
background-color: #349ACF;
}
.BgClassName
{
background-color: #349ACF;
}
</style>
border-color css
<style>
span { border-color: #349ACF; }
span { border-color: rgb(52,154,207); }
td.TdClassName
{
border-color: #349ACF;
}
.TagClassName
{
border-color: #349ACF;
}
</style>