Shades of Summer Sky #329FDC
Tints of Summer Sky #329FDC
RGB
CMYK
RGB Variations
Color information
#329FDC (or 0x329FDC) is known color: Summer Sky. HEX triplet: 32, 9F and DC. RGB value is (50,159,220). Sum of RGB (Red+Green+Blue) = 50+159+220=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #329FDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FDC is #CD6023. Grayscale: #858585. Windows color (decimal): -13459492 or 14458674. OLE color: 14458674.
HSL color Cylindrical-coordinate representation of color #329FDC: hue angle of 201.53º 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 #329FDC is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 159 | 220 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.14 |
| HSL | 201.53º | 0.71% | 0.53% | - |
| HSV(B) | 201.53º | 0.77% | 0.86% | - |
| XYZ | 26.63 | 30.64 | 72.22 | - |
| YUV | 133.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 220 | 0.77 | 0.28 | 0 | 0.14 | 201.53 | 0.71 | 0.53 |
| Hex | 32 | 9F | DC | 4D | 1C | 0 | E | CA | 47 | 35 |
| Octal | 62 | 237 | 334 | 115 | 34 | 0 | 16 | 312 | 107 | 65 |
| Binary | 110010 | 10011111 | 11011100 | 1001101 | 11100 | 0 | 1110 | 11001010 | 1000111 | 110101 |
Color Harmonies of #329FDC
Complementary color
Monochromatic Colors of #329FDC
Black with #329FDC
Text Example
Text Example
White with #329FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FDC; }
p { color: rgb(50,159,220); }
H1.HeaderClassName
{
color: #329FDC;
}
.AnyTagClassName
{
color: #329FDC;
}
</style>
background-color css
<style>
a { background-color: #329FDC; }
a { background-color: rgb(50,159,220); }
div.DivClassName
{
background-color: #329FDC;
}
.BgClassName
{
background-color: #329FDC;
}
</style>
border-color css
<style>
span { border-color: #329FDC; }
span { border-color: rgb(50,159,220); }
td.TdClassName
{
border-color: #329FDC;
}
.TagClassName
{
border-color: #329FDC;
}
</style>