Shades of Pelorous #329CB0
Tints of Pelorous #329CB0
RGB
CMYK
RGB Variations
Color information
#329CB0 (or 0x329CB0) is known color: Pelorous. HEX triplet: 32, 9C and B0. RGB value is (50,156,176). Sum of RGB (Red+Green+Blue) = 50+156+176=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #329CB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329CB0 is #CD634F. Grayscale: #7E7E7E. Windows color (decimal): -13460304 or 11574322. OLE color: 11574322.
HSL color Cylindrical-coordinate representation of color #329CB0: hue angle of 189.52º 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 #329CB0 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 156 | 176 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.31 |
| HSL | 189.52º | 0.56% | 0.44% | - |
| HSV(B) | 189.52º | 0.72% | 0.69% | - |
| XYZ | 21.04 | 27.59 | 45.29 | - |
| YUV | 126.59 | 155.88 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 176 | 0.72 | 0.11 | 0 | 0.31 | 189.52 | 0.56 | 0.44 |
| Hex | 32 | 9C | B0 | 48 | B | 0 | 1F | BE | 38 | 2C |
| Octal | 62 | 234 | 260 | 110 | 13 | 0 | 37 | 276 | 70 | 54 |
| Binary | 110010 | 10011100 | 10110000 | 1001000 | 1011 | 0 | 11111 | 10111110 | 111000 | 101100 |
Color Harmonies of #329CB0
Complementary color
Monochromatic Colors of #329CB0
Black with #329CB0
Text Example
Text Example
White with #329CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CB0; }
p { color: rgb(50,156,176); }
H1.HeaderClassName
{
color: #329CB0;
}
.AnyTagClassName
{
color: #329CB0;
}
</style>
background-color css
<style>
a { background-color: #329CB0; }
a { background-color: rgb(50,156,176); }
div.DivClassName
{
background-color: #329CB0;
}
.BgClassName
{
background-color: #329CB0;
}
</style>
border-color css
<style>
span { border-color: #329CB0; }
span { border-color: rgb(50,156,176); }
td.TdClassName
{
border-color: #329CB0;
}
.TagClassName
{
border-color: #329CB0;
}
</style>