Shades of Summer Sky #349CCC
Tints of Summer Sky #349CCC
RGB
CMYK
RGB Variations
Color information
#349CCC (or 0x349CCC) is known color: Summer Sky. HEX triplet: 34, 9C and CC. RGB value is (52,156,204). Sum of RGB (Red+Green+Blue) = 52+156+204=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #349CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349CCC is #CB6333. Grayscale: #828282. Windows color (decimal): -13329204 or 13409332. OLE color: 13409332.
HSL color Cylindrical-coordinate representation of color #349CCC: hue angle of 198.95º 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 #349CCC is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 156 | 204 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.2 |
| HSL | 198.95º | 0.6% | 0.5% | - |
| HSV(B) | 198.95º | 0.75% | 0.8% | - |
| XYZ | 24.2 | 28.87 | 61.42 | - |
| YUV | 130.38 | 169.54 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 204 | 0.75 | 0.24 | 0 | 0.2 | 198.95 | 0.6 | 0.5 |
| Hex | 34 | 9C | CC | 4B | 18 | 0 | 14 | C7 | 3C | 32 |
| Octal | 64 | 234 | 314 | 113 | 30 | 0 | 24 | 307 | 74 | 62 |
| Binary | 110100 | 10011100 | 11001100 | 1001011 | 11000 | 0 | 10100 | 11000111 | 111100 | 110010 |
Color Harmonies of #349CCC
Complementary color
Monochromatic Colors of #349CCC
Black with #349CCC
Text Example
Text Example
White with #349CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349CCC; }
p { color: rgb(52,156,204); }
H1.HeaderClassName
{
color: #349CCC;
}
.AnyTagClassName
{
color: #349CCC;
}
</style>
background-color css
<style>
a { background-color: #349CCC; }
a { background-color: rgb(52,156,204); }
div.DivClassName
{
background-color: #349CCC;
}
.BgClassName
{
background-color: #349CCC;
}
</style>
border-color css
<style>
span { border-color: #349CCC; }
span { border-color: rgb(52,156,204); }
td.TdClassName
{
border-color: #349CCC;
}
.TagClassName
{
border-color: #349CCC;
}
</style>