Shades of Pelorous #329CB7
Tints of Pelorous #329CB7
RGB
CMYK
RGB Variations
Color information
#329CB7 (or 0x329CB7) is known color: Pelorous. HEX triplet: 32, 9C and B7. RGB value is (50,156,183). Sum of RGB (Red+Green+Blue) = 50+156+183=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #329CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CB7 is #CD6348. Grayscale: #7F7F7F. Windows color (decimal): -13460297 or 12033074. OLE color: 12033074.
HSL color Cylindrical-coordinate representation of color #329CB7: hue angle of 192.18º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329CB7 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 156 | 183 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.28 |
| HSL | 192.18º | 0.57% | 0.46% | - |
| HSV(B) | 192.18º | 0.73% | 0.72% | - |
| XYZ | 21.75 | 27.87 | 49.03 | - |
| YUV | 127.38 | 159.38 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 183 | 0.73 | 0.15 | 0 | 0.28 | 192.18 | 0.57 | 0.46 |
| Hex | 32 | 9C | B7 | 49 | F | 0 | 1C | C0 | 39 | 2E |
| Octal | 62 | 234 | 267 | 111 | 17 | 0 | 34 | 300 | 71 | 56 |
| Binary | 110010 | 10011100 | 10110111 | 1001001 | 1111 | 0 | 11100 | 11000000 | 111001 | 101110 |
Color Harmonies of #329CB7
Complementary color
Monochromatic Colors of #329CB7
Black with #329CB7
Text Example
Text Example
White with #329CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CB7; }
p { color: rgb(50,156,183); }
H1.HeaderClassName
{
color: #329CB7;
}
.AnyTagClassName
{
color: #329CB7;
}
</style>
background-color css
<style>
a { background-color: #329CB7; }
a { background-color: rgb(50,156,183); }
div.DivClassName
{
background-color: #329CB7;
}
.BgClassName
{
background-color: #329CB7;
}
</style>
border-color css
<style>
span { border-color: #329CB7; }
span { border-color: rgb(50,156,183); }
td.TdClassName
{
border-color: #329CB7;
}
.TagClassName
{
border-color: #329CB7;
}
</style>