Shades of Summer Sky #329BD1
Tints of Summer Sky #329BD1
RGB
CMYK
RGB Variations
Color information
#329BD1 (or 0x329BD1) is known color: Summer Sky. HEX triplet: 32, 9B and D1. RGB value is (50,155,209). Sum of RGB (Red+Green+Blue) = 50+155+209=414 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.08% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 209 (82.03% from 255 or 50.48% from 414); Max value from RGB is 209 - color contains mainly: blue. Hex color #329BD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BD1 is #CD642E. Grayscale: #818181. Windows color (decimal): -13460527 or 13736754. OLE color: 13736754.
HSL color Cylindrical-coordinate representation of color #329BD1: hue angle of 200.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #329BD1 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 155 | 209 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.18 |
| HSL | 200.38º | 0.63% | 0.51% | - |
| HSV(B) | 200.38º | 0.76% | 0.82% | - |
| XYZ | 24.55 | 28.72 | 64.57 | - |
| YUV | 129.76 | 172.71 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 209 | 0.76 | 0.26 | 0 | 0.18 | 200.38 | 0.63 | 0.51 |
| Hex | 32 | 9B | D1 | 4C | 1A | 0 | 12 | C8 | 3F | 33 |
| Octal | 62 | 233 | 321 | 114 | 32 | 0 | 22 | 310 | 77 | 63 |
| Binary | 110010 | 10011011 | 11010001 | 1001100 | 11010 | 0 | 10010 | 11001000 | 111111 | 110011 |
Color Harmonies of #329BD1
Complementary color
Monochromatic Colors of #329BD1
Black with #329BD1
Text Example
Text Example
White with #329BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BD1; }
p { color: rgb(50,155,209); }
H1.HeaderClassName
{
color: #329BD1;
}
.AnyTagClassName
{
color: #329BD1;
}
</style>
background-color css
<style>
a { background-color: #329BD1; }
a { background-color: rgb(50,155,209); }
div.DivClassName
{
background-color: #329BD1;
}
.BgClassName
{
background-color: #329BD1;
}
</style>
border-color css
<style>
span { border-color: #329BD1; }
span { border-color: rgb(50,155,209); }
td.TdClassName
{
border-color: #329BD1;
}
.TagClassName
{
border-color: #329BD1;
}
</style>