Shades of Summer Sky #329CDC
Tints of Summer Sky #329CDC
RGB
CMYK
RGB Variations
Color information
#329CDC (or 0x329CDC) is known color: Summer Sky. HEX triplet: 32, 9C and DC. RGB value is (50,156,220). Sum of RGB (Red+Green+Blue) = 50+156+220=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #329CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CDC is #CD6323. Grayscale: #838383. Windows color (decimal): -13460260 or 14457906. OLE color: 14457906.
HSL color Cylindrical-coordinate representation of color #329CDC: hue angle of 202.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329CDC is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 156 | 220 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.14 |
| HSL | 202.59º | 0.71% | 0.53% | - |
| HSV(B) | 202.59º | 0.77% | 0.86% | - |
| XYZ | 26.12 | 29.62 | 72.05 | - |
| YUV | 131.6 | 177.88 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 220 | 0.77 | 0.29 | 0 | 0.14 | 202.59 | 0.71 | 0.53 |
| Hex | 32 | 9C | DC | 4D | 1D | 0 | E | CB | 47 | 35 |
| Octal | 62 | 234 | 334 | 115 | 35 | 0 | 16 | 313 | 107 | 65 |
| Binary | 110010 | 10011100 | 11011100 | 1001101 | 11101 | 0 | 1110 | 11001011 | 1000111 | 110101 |
Color Harmonies of #329CDC
Complementary color
Monochromatic Colors of #329CDC
Black with #329CDC
Text Example
Text Example
White with #329CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CDC; }
p { color: rgb(50,156,220); }
H1.HeaderClassName
{
color: #329CDC;
}
.AnyTagClassName
{
color: #329CDC;
}
</style>
background-color css
<style>
a { background-color: #329CDC; }
a { background-color: rgb(50,156,220); }
div.DivClassName
{
background-color: #329CDC;
}
.BgClassName
{
background-color: #329CDC;
}
</style>
border-color css
<style>
span { border-color: #329CDC; }
span { border-color: rgb(50,156,220); }
td.TdClassName
{
border-color: #329CDC;
}
.TagClassName
{
border-color: #329CDC;
}
</style>