Shades of Summer Sky #329DD9
Tints of Summer Sky #329DD9
RGB
CMYK
RGB Variations
Color information
#329DD9 (or 0x329DD9) is known color: Summer Sky. HEX triplet: 32, 9D and D9. RGB value is (50,157,217). Sum of RGB (Red+Green+Blue) = 50+157+217=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #329DD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DD9 is #CD6226. Grayscale: #838383. Windows color (decimal): -13460007 or 14261554. OLE color: 14261554.
HSL color Cylindrical-coordinate representation of color #329DD9: hue angle of 201.56º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329DD9 is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 157 | 217 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.15 |
| HSL | 201.56º | 0.69% | 0.52% | - |
| HSV(B) | 201.56º | 0.77% | 0.85% | - |
| XYZ | 25.9 | 29.8 | 70.03 | - |
| YUV | 131.85 | 176.05 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 217 | 0.77 | 0.28 | 0 | 0.15 | 201.56 | 0.69 | 0.52 |
| Hex | 32 | 9D | D9 | 4D | 1C | 0 | F | CA | 45 | 34 |
| Octal | 62 | 235 | 331 | 115 | 34 | 0 | 17 | 312 | 105 | 64 |
| Binary | 110010 | 10011101 | 11011001 | 1001101 | 11100 | 0 | 1111 | 11001010 | 1000101 | 110100 |
Color Harmonies of #329DD9
Complementary color
Monochromatic Colors of #329DD9
Black with #329DD9
Text Example
Text Example
White with #329DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DD9; }
p { color: rgb(50,157,217); }
H1.HeaderClassName
{
color: #329DD9;
}
.AnyTagClassName
{
color: #329DD9;
}
</style>
background-color css
<style>
a { background-color: #329DD9; }
a { background-color: rgb(50,157,217); }
div.DivClassName
{
background-color: #329DD9;
}
.BgClassName
{
background-color: #329DD9;
}
</style>
border-color css
<style>
span { border-color: #329DD9; }
span { border-color: rgb(50,157,217); }
td.TdClassName
{
border-color: #329DD9;
}
.TagClassName
{
border-color: #329DD9;
}
</style>