Shades of Pelorous #329EC4
Tints of Pelorous #329EC4
RGB
CMYK
RGB Variations
Color information
#329EC4 (or 0x329EC4) is known color: Pelorous. HEX triplet: 32, 9E and C4. RGB value is (50,158,196). Sum of RGB (Red+Green+Blue) = 50+158+196=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #329EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EC4 is #CD613B. Grayscale: #818181. Windows color (decimal): -13459772 or 12885554. OLE color: 12885554.
HSL color Cylindrical-coordinate representation of color #329EC4: hue angle of 195.62º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329EC4 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 158 | 196 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.23 |
| HSL | 195.62º | 0.59% | 0.48% | - |
| HSV(B) | 195.62º | 0.74% | 0.77% | - |
| XYZ | 23.51 | 29.12 | 56.61 | - |
| YUV | 130.04 | 165.22 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 196 | 0.74 | 0.19 | 0 | 0.23 | 195.62 | 0.59 | 0.48 |
| Hex | 32 | 9E | C4 | 4A | 13 | 0 | 17 | C4 | 3B | 30 |
| Octal | 62 | 236 | 304 | 112 | 23 | 0 | 27 | 304 | 73 | 60 |
| Binary | 110010 | 10011110 | 11000100 | 1001010 | 10011 | 0 | 10111 | 11000100 | 111011 | 110000 |
Color Harmonies of #329EC4
Complementary color
Monochromatic Colors of #329EC4
Black with #329EC4
Text Example
Text Example
White with #329EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EC4; }
p { color: rgb(50,158,196); }
H1.HeaderClassName
{
color: #329EC4;
}
.AnyTagClassName
{
color: #329EC4;
}
</style>
background-color css
<style>
a { background-color: #329EC4; }
a { background-color: rgb(50,158,196); }
div.DivClassName
{
background-color: #329EC4;
}
.BgClassName
{
background-color: #329EC4;
}
</style>
border-color css
<style>
span { border-color: #329EC4; }
span { border-color: rgb(50,158,196); }
td.TdClassName
{
border-color: #329EC4;
}
.TagClassName
{
border-color: #329EC4;
}
</style>