Shades of Pelorous #329FAC
Tints of Pelorous #329FAC
RGB
CMYK
RGB Variations
Color information
#329FAC (or 0x329FAC) is known color: Pelorous. HEX triplet: 32, 9F and AC. RGB value is (50,159,172). Sum of RGB (Red+Green+Blue) = 50+159+172=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 159 (62.5% from 255 or 41.73% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #329FAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329FAC is #CD6053. Grayscale: #7F7F7F. Windows color (decimal): -13459540 or 11312946. OLE color: 11312946.
HSL color Cylindrical-coordinate representation of color #329FAC: hue angle of 186.39º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #329FAC is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 159 | 172 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.33 |
| HSL | 186.39º | 0.55% | 0.44% | - |
| HSV(B) | 186.39º | 0.71% | 0.67% | - |
| XYZ | 21.16 | 28.45 | 43.41 | - |
| YUV | 127.89 | 152.89 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 172 | 0.71 | 0.08 | 0 | 0.33 | 186.39 | 0.55 | 0.44 |
| Hex | 32 | 9F | AC | 47 | 8 | 0 | 21 | BA | 37 | 2C |
| Octal | 62 | 237 | 254 | 107 | 10 | 0 | 41 | 272 | 67 | 54 |
| Binary | 110010 | 10011111 | 10101100 | 1000111 | 1000 | 0 | 100001 | 10111010 | 110111 | 101100 |
Color Harmonies of #329FAC
Complementary color
Monochromatic Colors of #329FAC
Black with #329FAC
Text Example
Text Example
White with #329FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FAC; }
p { color: rgb(50,159,172); }
H1.HeaderClassName
{
color: #329FAC;
}
.AnyTagClassName
{
color: #329FAC;
}
</style>
background-color css
<style>
a { background-color: #329FAC; }
a { background-color: rgb(50,159,172); }
div.DivClassName
{
background-color: #329FAC;
}
.BgClassName
{
background-color: #329FAC;
}
</style>
border-color css
<style>
span { border-color: #329FAC; }
span { border-color: rgb(50,159,172); }
td.TdClassName
{
border-color: #329FAC;
}
.TagClassName
{
border-color: #329FAC;
}
</style>