Shades of Summer Sky #329CCF
Tints of Summer Sky #329CCF
RGB
CMYK
RGB Variations
Color information
#329CCF (or 0x329CCF) is known color: Summer Sky. HEX triplet: 32, 9C and CF. RGB value is (50,156,207). Sum of RGB (Red+Green+Blue) = 50+156+207=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #329CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CCF is #CD6330. Grayscale: #818181. Windows color (decimal): -13460273 or 13605938. OLE color: 13605938.
HSL color Cylindrical-coordinate representation of color #329CCF: hue angle of 199.49º 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 #329CCF is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 156 | 207 | - |
| CMYK | 0.76 | 0.25 | 0 | 0.19 |
| HSL | 199.49º | 0.62% | 0.5% | - |
| HSV(B) | 199.49º | 0.76% | 0.81% | - |
| XYZ | 24.47 | 28.96 | 63.33 | - |
| YUV | 130.12 | 171.38 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 207 | 0.76 | 0.25 | 0 | 0.19 | 199.49 | 0.62 | 0.5 |
| Hex | 32 | 9C | CF | 4C | 19 | 0 | 13 | C7 | 3E | 32 |
| Octal | 62 | 234 | 317 | 114 | 31 | 0 | 23 | 307 | 76 | 62 |
| Binary | 110010 | 10011100 | 11001111 | 1001100 | 11001 | 0 | 10011 | 11000111 | 111110 | 110010 |
Color Harmonies of #329CCF
Complementary color
Monochromatic Colors of #329CCF
Black with #329CCF
Text Example
Text Example
White with #329CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CCF; }
p { color: rgb(50,156,207); }
H1.HeaderClassName
{
color: #329CCF;
}
.AnyTagClassName
{
color: #329CCF;
}
</style>
background-color css
<style>
a { background-color: #329CCF; }
a { background-color: rgb(50,156,207); }
div.DivClassName
{
background-color: #329CCF;
}
.BgClassName
{
background-color: #329CCF;
}
</style>
border-color css
<style>
span { border-color: #329CCF; }
span { border-color: rgb(50,156,207); }
td.TdClassName
{
border-color: #329CCF;
}
.TagClassName
{
border-color: #329CCF;
}
</style>