Shades of Summer Sky #329ACB
Tints of Summer Sky #329ACB
RGB
CMYK
RGB Variations
Color information
#329ACB (or 0x329ACB) is known color: Summer Sky. HEX triplet: 32, 9A and CB. RGB value is (50,154,203). Sum of RGB (Red+Green+Blue) = 50+154+203=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #329ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ACB is #CD6534. Grayscale: #808080. Windows color (decimal): -13460789 or 13343282. OLE color: 13343282.
HSL color Cylindrical-coordinate representation of color #329ACB: hue angle of 199.22º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329ACB is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 154 | 203 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.20 |
| HSL | 199.22º | 0.6% | 0.5% | - |
| HSV(B) | 199.22º | 0.75% | 0.8% | - |
| XYZ | 23.65 | 28.1 | 60.68 | - |
| YUV | 128.49 | 170.04 | 72.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 203 | 0.75 | 0.24 | 0 | 0.20 | 199.22 | 0.6 | 0.5 |
| Hex | 32 | 9A | CB | 4B | 18 | 0 | 14 | C7 | 3C | 32 |
| Octal | 62 | 232 | 313 | 113 | 30 | 0 | 24 | 307 | 74 | 62 |
| Binary | 110010 | 10011010 | 11001011 | 1001011 | 11000 | 0 | 10100 | 11000111 | 111100 | 110010 |
Color Harmonies of #329ACB
Complementary color
Monochromatic Colors of #329ACB
Black with #329ACB
Text Example
Text Example
White with #329ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329ACB; }
p { color: rgb(50,154,203); }
H1.HeaderClassName
{
color: #329ACB;
}
.AnyTagClassName
{
color: #329ACB;
}
</style>
background-color css
<style>
a { background-color: #329ACB; }
a { background-color: rgb(50,154,203); }
div.DivClassName
{
background-color: #329ACB;
}
.BgClassName
{
background-color: #329ACB;
}
</style>
border-color css
<style>
span { border-color: #329ACB; }
span { border-color: rgb(50,154,203); }
td.TdClassName
{
border-color: #329ACB;
}
.TagClassName
{
border-color: #329ACB;
}
</style>