Shades of Summer Sky #329CCD
Tints of Summer Sky #329CCD
RGB
CMYK
RGB Variations
Color information
#329CCD (or 0x329CCD) is known color: Summer Sky. HEX triplet: 32, 9C and CD. RGB value is (50,156,205). Sum of RGB (Red+Green+Blue) = 50+156+205=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #329CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CCD is #CD6332. Grayscale: #818181. Windows color (decimal): -13460275 or 13474866. OLE color: 13474866.
HSL color Cylindrical-coordinate representation of color #329CCD: hue angle of 198.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329CCD is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 156 | 205 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.20 |
| HSL | 198.97º | 0.61% | 0.5% | - |
| HSV(B) | 198.97º | 0.76% | 0.8% | - |
| XYZ | 24.22 | 28.86 | 62.05 | - |
| YUV | 129.89 | 170.38 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 205 | 0.76 | 0.24 | 0 | 0.20 | 198.97 | 0.61 | 0.5 |
| Hex | 32 | 9C | CD | 4C | 18 | 0 | 14 | C7 | 3D | 32 |
| Octal | 62 | 234 | 315 | 114 | 30 | 0 | 24 | 307 | 75 | 62 |
| Binary | 110010 | 10011100 | 11001101 | 1001100 | 11000 | 0 | 10100 | 11000111 | 111101 | 110010 |
Color Harmonies of #329CCD
Complementary color
Monochromatic Colors of #329CCD
Black with #329CCD
Text Example
Text Example
White with #329CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CCD; }
p { color: rgb(50,156,205); }
H1.HeaderClassName
{
color: #329CCD;
}
.AnyTagClassName
{
color: #329CCD;
}
</style>
background-color css
<style>
a { background-color: #329CCD; }
a { background-color: rgb(50,156,205); }
div.DivClassName
{
background-color: #329CCD;
}
.BgClassName
{
background-color: #329CCD;
}
</style>
border-color css
<style>
span { border-color: #329CCD; }
span { border-color: rgb(50,156,205); }
td.TdClassName
{
border-color: #329CCD;
}
.TagClassName
{
border-color: #329CCD;
}
</style>