Shades of Summer Sky #349BCC
Tints of Summer Sky #349BCC
RGB
CMYK
RGB Variations
Color information
#349BCC (or 0x349BCC) is known color: Summer Sky. HEX triplet: 34, 9B and CC. RGB value is (52,155,204). Sum of RGB (Red+Green+Blue) = 52+155+204=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #349BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BCC is #CB6433. Grayscale: #818181. Windows color (decimal): -13329460 or 13409076. OLE color: 13409076.
HSL color Cylindrical-coordinate representation of color #349BCC: hue angle of 199.34º 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 #349BCC is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 155 | 204 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.2 |
| HSL | 199.34º | 0.6% | 0.5% | - |
| HSV(B) | 199.34º | 0.75% | 0.8% | - |
| XYZ | 24.04 | 28.53 | 61.37 | - |
| YUV | 129.79 | 169.88 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 204 | 0.75 | 0.24 | 0 | 0.2 | 199.34 | 0.6 | 0.5 |
| Hex | 34 | 9B | CC | 4B | 18 | 0 | 14 | C7 | 3C | 32 |
| Octal | 64 | 233 | 314 | 113 | 30 | 0 | 24 | 307 | 74 | 62 |
| Binary | 110100 | 10011011 | 11001100 | 1001011 | 11000 | 0 | 10100 | 11000111 | 111100 | 110010 |
Color Harmonies of #349BCC
Complementary color
Monochromatic Colors of #349BCC
Black with #349BCC
Text Example
Text Example
White with #349BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349BCC; }
p { color: rgb(52,155,204); }
H1.HeaderClassName
{
color: #349BCC;
}
.AnyTagClassName
{
color: #349BCC;
}
</style>
background-color css
<style>
a { background-color: #349BCC; }
a { background-color: rgb(52,155,204); }
div.DivClassName
{
background-color: #349BCC;
}
.BgClassName
{
background-color: #349BCC;
}
</style>
border-color css
<style>
span { border-color: #349BCC; }
span { border-color: rgb(52,155,204); }
td.TdClassName
{
border-color: #349BCC;
}
.TagClassName
{
border-color: #349BCC;
}
</style>