Shades of Summer Sky #329CDD
Tints of Summer Sky #329CDD
RGB
CMYK
RGB Variations
Color information
#329CDD (or 0x329CDD) is known color: Summer Sky. HEX triplet: 32, 9C and DD. RGB value is (50,156,221). Sum of RGB (Red+Green+Blue) = 50+156+221=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #329CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CDD is #CD6322. Grayscale: #838383. Windows color (decimal): -13460259 or 14523442. OLE color: 14523442.
HSL color Cylindrical-coordinate representation of color #329CDD: hue angle of 202.81º 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 #329CDD is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 156 | 221 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.13 |
| HSL | 202.81º | 0.72% | 0.53% | - |
| HSV(B) | 202.81º | 0.77% | 0.87% | - |
| XYZ | 26.26 | 29.68 | 72.75 | - |
| YUV | 131.72 | 178.38 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 221 | 0.77 | 0.29 | 0 | 0.13 | 202.81 | 0.72 | 0.53 |
| Hex | 32 | 9C | DD | 4D | 1D | 0 | D | CB | 48 | 35 |
| Octal | 62 | 234 | 335 | 115 | 35 | 0 | 15 | 313 | 110 | 65 |
| Binary | 110010 | 10011100 | 11011101 | 1001101 | 11101 | 0 | 1101 | 11001011 | 1001000 | 110101 |
Color Harmonies of #329CDD
Complementary color
Monochromatic Colors of #329CDD
Black with #329CDD
Text Example
Text Example
White with #329CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CDD; }
p { color: rgb(50,156,221); }
H1.HeaderClassName
{
color: #329CDD;
}
.AnyTagClassName
{
color: #329CDD;
}
</style>
background-color css
<style>
a { background-color: #329CDD; }
a { background-color: rgb(50,156,221); }
div.DivClassName
{
background-color: #329CDD;
}
.BgClassName
{
background-color: #329CDD;
}
</style>
border-color css
<style>
span { border-color: #329CDD; }
span { border-color: rgb(50,156,221); }
td.TdClassName
{
border-color: #329CDD;
}
.TagClassName
{
border-color: #329CDD;
}
</style>