Shades of Summer Sky #329DCF
Tints of Summer Sky #329DCF
RGB
CMYK
RGB Variations
Color information
#329DCF (or 0x329DCF) is known color: Summer Sky. HEX triplet: 32, 9D and CF. RGB value is (50,157,207). Sum of RGB (Red+Green+Blue) = 50+157+207=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 157 (61.72% from 255 or 37.92% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #329DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DCF is #CD6230. Grayscale: #828282. Windows color (decimal): -13460017 or 13606194. OLE color: 13606194.
HSL color Cylindrical-coordinate representation of color #329DCF: hue angle of 199.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329DCF is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 157 | 207 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.19 |
| HSL | 199.11º | 0.62% | 0.5% | - |
| HSV(B) | 199.11º | 0.76% | 0.81% | - |
| XYZ | 24.63 | 29.3 | 63.39 | - |
| YUV | 130.71 | 171.05 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 207 | 0.76 | 0.24 | 0 | 0.19 | 199.11 | 0.62 | 0.5 |
| Hex | 32 | 9D | CF | 4C | 18 | 0 | 13 | C7 | 3E | 32 |
| Octal | 62 | 235 | 317 | 114 | 30 | 0 | 23 | 307 | 76 | 62 |
| Binary | 110010 | 10011101 | 11001111 | 1001100 | 11000 | 0 | 10011 | 11000111 | 111110 | 110010 |
Color Harmonies of #329DCF
Complementary color
Monochromatic Colors of #329DCF
Black with #329DCF
Text Example
Text Example
White with #329DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DCF; }
p { color: rgb(50,157,207); }
H1.HeaderClassName
{
color: #329DCF;
}
.AnyTagClassName
{
color: #329DCF;
}
</style>
background-color css
<style>
a { background-color: #329DCF; }
a { background-color: rgb(50,157,207); }
div.DivClassName
{
background-color: #329DCF;
}
.BgClassName
{
background-color: #329DCF;
}
</style>
border-color css
<style>
span { border-color: #329DCF; }
span { border-color: rgb(50,157,207); }
td.TdClassName
{
border-color: #329DCF;
}
.TagClassName
{
border-color: #329DCF;
}
</style>