Shades of Summer Sky #329BCB
Tints of Summer Sky #329BCB
RGB
CMYK
RGB Variations
Color information
#329BCB (or 0x329BCB) is known color: Summer Sky. HEX triplet: 32, 9B and CB. RGB value is (50,155,203). Sum of RGB (Red+Green+Blue) = 50+155+203=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 155 (60.94% from 255 or 37.99% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #329BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BCB is #CD6434. Grayscale: #808080. Windows color (decimal): -13460533 or 13343538. OLE color: 13343538.
HSL color Cylindrical-coordinate representation of color #329BCB: hue angle of 198.82º 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 #329BCB is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 155 | 203 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.20 |
| HSL | 198.82º | 0.6% | 0.5% | - |
| HSV(B) | 198.82º | 0.75% | 0.8% | - |
| XYZ | 23.82 | 28.43 | 60.73 | - |
| YUV | 129.08 | 169.71 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 203 | 0.75 | 0.24 | 0 | 0.20 | 198.82 | 0.6 | 0.5 |
| Hex | 32 | 9B | CB | 4B | 18 | 0 | 14 | C7 | 3C | 32 |
| Octal | 62 | 233 | 313 | 113 | 30 | 0 | 24 | 307 | 74 | 62 |
| Binary | 110010 | 10011011 | 11001011 | 1001011 | 11000 | 0 | 10100 | 11000111 | 111100 | 110010 |
Color Harmonies of #329BCB
Complementary color
Monochromatic Colors of #329BCB
Black with #329BCB
Text Example
Text Example
White with #329BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BCB; }
p { color: rgb(50,155,203); }
H1.HeaderClassName
{
color: #329BCB;
}
.AnyTagClassName
{
color: #329BCB;
}
</style>
background-color css
<style>
a { background-color: #329BCB; }
a { background-color: rgb(50,155,203); }
div.DivClassName
{
background-color: #329BCB;
}
.BgClassName
{
background-color: #329BCB;
}
</style>
border-color css
<style>
span { border-color: #329BCB; }
span { border-color: rgb(50,155,203); }
td.TdClassName
{
border-color: #329BCB;
}
.TagClassName
{
border-color: #329BCB;
}
</style>