Shades of Pelorous #329FB0
Tints of Pelorous #329FB0
RGB
CMYK
RGB Variations
Color information
#329FB0 (or 0x329FB0) is known color: Pelorous. HEX triplet: 32, 9F and B0. RGB value is (50,159,176). Sum of RGB (Red+Green+Blue) = 50+159+176=385 (50% of max value = 765). Red value is 50 (19.92% from 255 or 12.99% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #329FB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329FB0 is #CD604F. Grayscale: #808080. Windows color (decimal): -13459536 or 11575090. OLE color: 11575090.
HSL color Cylindrical-coordinate representation of color #329FB0: hue angle of 188.1º 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 #329FB0 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 159 | 176 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.31 |
| HSL | 188.1º | 0.56% | 0.44% | - |
| HSV(B) | 188.1º | 0.72% | 0.69% | - |
| XYZ | 21.55 | 28.61 | 45.46 | - |
| YUV | 128.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 176 | 0.72 | 0.10 | 0 | 0.31 | 188.1 | 0.56 | 0.44 |
| Hex | 32 | 9F | B0 | 48 | A | 0 | 1F | BC | 38 | 2C |
| Octal | 62 | 237 | 260 | 110 | 12 | 0 | 37 | 274 | 70 | 54 |
| Binary | 110010 | 10011111 | 10110000 | 1001000 | 1010 | 0 | 11111 | 10111100 | 111000 | 101100 |
Color Harmonies of #329FB0
Complementary color
Monochromatic Colors of #329FB0
Black with #329FB0
Text Example
Text Example
White with #329FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FB0; }
p { color: rgb(50,159,176); }
H1.HeaderClassName
{
color: #329FB0;
}
.AnyTagClassName
{
color: #329FB0;
}
</style>
background-color css
<style>
a { background-color: #329FB0; }
a { background-color: rgb(50,159,176); }
div.DivClassName
{
background-color: #329FB0;
}
.BgClassName
{
background-color: #329FB0;
}
</style>
border-color css
<style>
span { border-color: #329FB0; }
span { border-color: rgb(50,159,176); }
td.TdClassName
{
border-color: #329FB0;
}
.TagClassName
{
border-color: #329FB0;
}
</style>