Shades of Pelorous #329EA8
Tints of Pelorous #329EA8
RGB
CMYK
RGB Variations
Color information
#329EA8 (or 0x329EA8) is known color: Pelorous. HEX triplet: 32, 9E and A8. RGB value is (50,158,168). Sum of RGB (Red+Green+Blue) = 50+158+168=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #329EA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329EA8 is #CD6157. Grayscale: #7E7E7E. Windows color (decimal): -13459800 or 11050546. OLE color: 11050546.
HSL color Cylindrical-coordinate representation of color #329EA8: hue angle of 185.08º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #329EA8 is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 158 | 168 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.34 |
| HSL | 185.08º | 0.54% | 0.43% | - |
| HSV(B) | 185.08º | 0.7% | 0.66% | - |
| XYZ | 20.61 | 27.96 | 41.36 | - |
| YUV | 126.85 | 151.22 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 168 | 0.70 | 0.06 | 0 | 0.34 | 185.08 | 0.54 | 0.43 |
| Hex | 32 | 9E | A8 | 46 | 6 | 0 | 22 | B9 | 36 | 2B |
| Octal | 62 | 236 | 250 | 106 | 6 | 0 | 42 | 271 | 66 | 53 |
| Binary | 110010 | 10011110 | 10101000 | 1000110 | 110 | 0 | 100010 | 10111001 | 110110 | 101011 |
Color Harmonies of #329EA8
Complementary color
Monochromatic Colors of #329EA8
Black with #329EA8
Text Example
Text Example
White with #329EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EA8; }
p { color: rgb(50,158,168); }
H1.HeaderClassName
{
color: #329EA8;
}
.AnyTagClassName
{
color: #329EA8;
}
</style>
background-color css
<style>
a { background-color: #329EA8; }
a { background-color: rgb(50,158,168); }
div.DivClassName
{
background-color: #329EA8;
}
.BgClassName
{
background-color: #329EA8;
}
</style>
border-color css
<style>
span { border-color: #329EA8; }
span { border-color: rgb(50,158,168); }
td.TdClassName
{
border-color: #329EA8;
}
.TagClassName
{
border-color: #329EA8;
}
</style>