Shades of Pelorous #329DAF
Tints of Pelorous #329DAF
RGB
CMYK
RGB Variations
Color information
#329DAF (or 0x329DAF) is known color: Pelorous. HEX triplet: 32, 9D and AF. RGB value is (50,157,175). Sum of RGB (Red+Green+Blue) = 50+157+175=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #329DAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DAF is #CD6250. Grayscale: #7E7E7E. Windows color (decimal): -13460049 or 11509042. OLE color: 11509042.
HSL color Cylindrical-coordinate representation of color #329DAF: hue angle of 188.64º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #329DAF is Cyan = 0.71, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 157 | 175 | - |
| CMYK | 0.71 | 0.10 | 0 | 0.31 |
| HSL | 188.64º | 0.56% | 0.44% | - |
| HSV(B) | 188.64º | 0.71% | 0.69% | - |
| XYZ | 21.11 | 27.89 | 44.83 | - |
| YUV | 127.06 | 155.05 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 175 | 0.71 | 0.10 | 0 | 0.31 | 188.64 | 0.56 | 0.44 |
| Hex | 32 | 9D | AF | 47 | A | 0 | 1F | BD | 38 | 2C |
| Octal | 62 | 235 | 257 | 107 | 12 | 0 | 37 | 275 | 70 | 54 |
| Binary | 110010 | 10011101 | 10101111 | 1000111 | 1010 | 0 | 11111 | 10111101 | 111000 | 101100 |
Color Harmonies of #329DAF
Complementary color
Monochromatic Colors of #329DAF
Black with #329DAF
Text Example
Text Example
White with #329DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DAF; }
p { color: rgb(50,157,175); }
H1.HeaderClassName
{
color: #329DAF;
}
.AnyTagClassName
{
color: #329DAF;
}
</style>
background-color css
<style>
a { background-color: #329DAF; }
a { background-color: rgb(50,157,175); }
div.DivClassName
{
background-color: #329DAF;
}
.BgClassName
{
background-color: #329DAF;
}
</style>
border-color css
<style>
span { border-color: #329DAF; }
span { border-color: rgb(50,157,175); }
td.TdClassName
{
border-color: #329DAF;
}
.TagClassName
{
border-color: #329DAF;
}
</style>