Shades of Summer Sky #329BDB
Tints of Summer Sky #329BDB
RGB
CMYK
RGB Variations
Color information
#329BDB (or 0x329BDB) is known color: Summer Sky. HEX triplet: 32, 9B and DB. RGB value is (50,155,219). Sum of RGB (Red+Green+Blue) = 50+155+219=424 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.79% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #329BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BDB is #CD6424. Grayscale: #828282. Windows color (decimal): -13460517 or 14392114. OLE color: 14392114.
HSL color Cylindrical-coordinate representation of color #329BDB: hue angle of 202.72º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #329BDB is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 155 | 219 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.14 |
| HSL | 202.72º | 0.7% | 0.53% | - |
| HSV(B) | 202.72º | 0.77% | 0.86% | - |
| XYZ | 25.82 | 29.24 | 71.3 | - |
| YUV | 130.9 | 177.71 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 219 | 0.77 | 0.29 | 0 | 0.14 | 202.72 | 0.7 | 0.53 |
| Hex | 32 | 9B | DB | 4D | 1D | 0 | E | CB | 46 | 35 |
| Octal | 62 | 233 | 333 | 115 | 35 | 0 | 16 | 313 | 106 | 65 |
| Binary | 110010 | 10011011 | 11011011 | 1001101 | 11101 | 0 | 1110 | 11001011 | 1000110 | 110101 |
Color Harmonies of #329BDB
Complementary color
Monochromatic Colors of #329BDB
Black with #329BDB
Text Example
Text Example
White with #329BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BDB; }
p { color: rgb(50,155,219); }
H1.HeaderClassName
{
color: #329BDB;
}
.AnyTagClassName
{
color: #329BDB;
}
</style>
background-color css
<style>
a { background-color: #329BDB; }
a { background-color: rgb(50,155,219); }
div.DivClassName
{
background-color: #329BDB;
}
.BgClassName
{
background-color: #329BDB;
}
</style>
border-color css
<style>
span { border-color: #329BDB; }
span { border-color: rgb(50,155,219); }
td.TdClassName
{
border-color: #329BDB;
}
.TagClassName
{
border-color: #329BDB;
}
</style>