Shades of Pelorous #329FB4
Tints of Pelorous #329FB4
RGB
CMYK
RGB Variations
Color information
#329FB4 (or 0x329FB4) is known color: Pelorous. HEX triplet: 32, 9F and B4. RGB value is (50,159,180). Sum of RGB (Red+Green+Blue) = 50+159+180=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #329FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FB4 is #CD604B. Grayscale: #808080. Windows color (decimal): -13459532 or 11837234. OLE color: 11837234.
HSL color Cylindrical-coordinate representation of color #329FB4: hue angle of 189.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #329FB4 is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 159 | 180 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.29 |
| HSL | 189.69º | 0.57% | 0.45% | - |
| HSV(B) | 189.69º | 0.72% | 0.71% | - |
| XYZ | 21.95 | 28.77 | 47.58 | - |
| YUV | 128.8 | 156.89 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 180 | 0.72 | 0.12 | 0 | 0.29 | 189.69 | 0.57 | 0.45 |
| Hex | 32 | 9F | B4 | 48 | C | 0 | 1D | BE | 39 | 2D |
| Octal | 62 | 237 | 264 | 110 | 14 | 0 | 35 | 276 | 71 | 55 |
| Binary | 110010 | 10011111 | 10110100 | 1001000 | 1100 | 0 | 11101 | 10111110 | 111001 | 101101 |
Color Harmonies of #329FB4
Complementary color
Monochromatic Colors of #329FB4
Black with #329FB4
Text Example
Text Example
White with #329FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FB4; }
p { color: rgb(50,159,180); }
H1.HeaderClassName
{
color: #329FB4;
}
.AnyTagClassName
{
color: #329FB4;
}
</style>
background-color css
<style>
a { background-color: #329FB4; }
a { background-color: rgb(50,159,180); }
div.DivClassName
{
background-color: #329FB4;
}
.BgClassName
{
background-color: #329FB4;
}
</style>
border-color css
<style>
span { border-color: #329FB4; }
span { border-color: rgb(50,159,180); }
td.TdClassName
{
border-color: #329FB4;
}
.TagClassName
{
border-color: #329FB4;
}
</style>