Shades of Summer Sky #329DDD
Tints of Summer Sky #329DDD
RGB
CMYK
RGB Variations
Color information
#329DDD (or 0x329DDD) is known color: Summer Sky. HEX triplet: 32, 9D and DD. RGB value is (50,157,221). Sum of RGB (Red+Green+Blue) = 50+157+221=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #329DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DDD is #CD6222. Grayscale: #838383. Windows color (decimal): -13460003 or 14523698. OLE color: 14523698.
HSL color Cylindrical-coordinate representation of color #329DDD: hue angle of 202.46º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329DDD is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 157 | 221 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.13 |
| HSL | 202.46º | 0.72% | 0.53% | - |
| HSV(B) | 202.46º | 0.77% | 0.87% | - |
| XYZ | 26.42 | 30.01 | 72.81 | - |
| YUV | 132.3 | 178.05 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 221 | 0.77 | 0.29 | 0 | 0.13 | 202.46 | 0.72 | 0.53 |
| Hex | 32 | 9D | DD | 4D | 1D | 0 | D | CA | 48 | 35 |
| Octal | 62 | 235 | 335 | 115 | 35 | 0 | 15 | 312 | 110 | 65 |
| Binary | 110010 | 10011101 | 11011101 | 1001101 | 11101 | 0 | 1101 | 11001010 | 1001000 | 110101 |
Color Harmonies of #329DDD
Complementary color
Monochromatic Colors of #329DDD
Black with #329DDD
Text Example
Text Example
White with #329DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DDD; }
p { color: rgb(50,157,221); }
H1.HeaderClassName
{
color: #329DDD;
}
.AnyTagClassName
{
color: #329DDD;
}
</style>
background-color css
<style>
a { background-color: #329DDD; }
a { background-color: rgb(50,157,221); }
div.DivClassName
{
background-color: #329DDD;
}
.BgClassName
{
background-color: #329DDD;
}
</style>
border-color css
<style>
span { border-color: #329DDD; }
span { border-color: rgb(50,157,221); }
td.TdClassName
{
border-color: #329DDD;
}
.TagClassName
{
border-color: #329DDD;
}
</style>