Shades of Pelorous #329EB8
Tints of Pelorous #329EB8
RGB
CMYK
RGB Variations
Color information
#329EB8 (or 0x329EB8) is known color: Pelorous. HEX triplet: 32, 9E and B8. RGB value is (50,158,184). Sum of RGB (Red+Green+Blue) = 50+158+184=392 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.76% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #329EB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EB8 is #CD6147. Grayscale: #808080. Windows color (decimal): -13459784 or 12099122. OLE color: 12099122.
HSL color Cylindrical-coordinate representation of color #329EB8: hue angle of 191.64º 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 #329EB8 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 158 | 184 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.28 |
| HSL | 191.64º | 0.57% | 0.46% | - |
| HSV(B) | 191.64º | 0.73% | 0.72% | - |
| XYZ | 22.19 | 28.59 | 49.7 | - |
| YUV | 128.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 184 | 0.73 | 0.14 | 0 | 0.28 | 191.64 | 0.57 | 0.46 |
| Hex | 32 | 9E | B8 | 49 | E | 0 | 1C | C0 | 39 | 2E |
| Octal | 62 | 236 | 270 | 111 | 16 | 0 | 34 | 300 | 71 | 56 |
| Binary | 110010 | 10011110 | 10111000 | 1001001 | 1110 | 0 | 11100 | 11000000 | 111001 | 101110 |
Color Harmonies of #329EB8
Complementary color
Monochromatic Colors of #329EB8
Black with #329EB8
Text Example
Text Example
White with #329EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EB8; }
p { color: rgb(50,158,184); }
H1.HeaderClassName
{
color: #329EB8;
}
.AnyTagClassName
{
color: #329EB8;
}
</style>
background-color css
<style>
a { background-color: #329EB8; }
a { background-color: rgb(50,158,184); }
div.DivClassName
{
background-color: #329EB8;
}
.BgClassName
{
background-color: #329EB8;
}
</style>
border-color css
<style>
span { border-color: #329EB8; }
span { border-color: rgb(50,158,184); }
td.TdClassName
{
border-color: #329EB8;
}
.TagClassName
{
border-color: #329EB8;
}
</style>