Shades of Pelorous #329DBA
Tints of Pelorous #329DBA
RGB
CMYK
RGB Variations
Color information
#329DBA (or 0x329DBA) is known color: Pelorous. HEX triplet: 32, 9D and BA. RGB value is (50,157,186). Sum of RGB (Red+Green+Blue) = 50+157+186=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 157 (61.72% from 255 or 39.95% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #329DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DBA is #CD6245. Grayscale: #808080. Windows color (decimal): -13460038 or 12229938. OLE color: 12229938.
HSL color Cylindrical-coordinate representation of color #329DBA: hue angle of 192.79º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329DBA is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 157 | 186 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.27 |
| HSL | 192.79º | 0.58% | 0.46% | - |
| HSV(B) | 192.79º | 0.73% | 0.73% | - |
| XYZ | 22.24 | 28.34 | 50.75 | - |
| YUV | 128.31 | 160.55 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 186 | 0.73 | 0.16 | 0 | 0.27 | 192.79 | 0.58 | 0.46 |
| Hex | 32 | 9D | BA | 49 | 10 | 0 | 1B | C1 | 3A | 2E |
| Octal | 62 | 235 | 272 | 111 | 20 | 0 | 33 | 301 | 72 | 56 |
| Binary | 110010 | 10011101 | 10111010 | 1001001 | 10000 | 0 | 11011 | 11000001 | 111010 | 101110 |
Color Harmonies of #329DBA
Complementary color
Monochromatic Colors of #329DBA
Black with #329DBA
Text Example
Text Example
White with #329DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DBA; }
p { color: rgb(50,157,186); }
H1.HeaderClassName
{
color: #329DBA;
}
.AnyTagClassName
{
color: #329DBA;
}
</style>
background-color css
<style>
a { background-color: #329DBA; }
a { background-color: rgb(50,157,186); }
div.DivClassName
{
background-color: #329DBA;
}
.BgClassName
{
background-color: #329DBA;
}
</style>
border-color css
<style>
span { border-color: #329DBA; }
span { border-color: rgb(50,157,186); }
td.TdClassName
{
border-color: #329DBA;
}
.TagClassName
{
border-color: #329DBA;
}
</style>