Shades of Pelorous #329DB0
Tints of Pelorous #329DB0
RGB
CMYK
RGB Variations
Color information
#329DB0 (or 0x329DB0) is known color: Pelorous. HEX triplet: 32, 9D and B0. RGB value is (50,157,176). Sum of RGB (Red+Green+Blue) = 50+157+176=383 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.05% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #329DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DB0 is #CD624F. Grayscale: #7E7E7E. Windows color (decimal): -13460048 or 11574578. OLE color: 11574578.
HSL color Cylindrical-coordinate representation of color #329DB0: hue angle of 189.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #329DB0 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 157 | 176 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.31 |
| HSL | 189.05º | 0.56% | 0.44% | - |
| HSV(B) | 189.05º | 0.72% | 0.69% | - |
| XYZ | 21.21 | 27.93 | 45.35 | - |
| YUV | 127.17 | 155.55 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 176 | 0.72 | 0.11 | 0 | 0.31 | 189.05 | 0.56 | 0.44 |
| Hex | 32 | 9D | B0 | 48 | B | 0 | 1F | BD | 38 | 2C |
| Octal | 62 | 235 | 260 | 110 | 13 | 0 | 37 | 275 | 70 | 54 |
| Binary | 110010 | 10011101 | 10110000 | 1001000 | 1011 | 0 | 11111 | 10111101 | 111000 | 101100 |
Color Harmonies of #329DB0
Complementary color
Monochromatic Colors of #329DB0
Black with #329DB0
Text Example
Text Example
White with #329DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DB0; }
p { color: rgb(50,157,176); }
H1.HeaderClassName
{
color: #329DB0;
}
.AnyTagClassName
{
color: #329DB0;
}
</style>
background-color css
<style>
a { background-color: #329DB0; }
a { background-color: rgb(50,157,176); }
div.DivClassName
{
background-color: #329DB0;
}
.BgClassName
{
background-color: #329DB0;
}
</style>
border-color css
<style>
span { border-color: #329DB0; }
span { border-color: rgb(50,157,176); }
td.TdClassName
{
border-color: #329DB0;
}
.TagClassName
{
border-color: #329DB0;
}
</style>