Shades of Pelorous #329BC4
Tints of Pelorous #329BC4
RGB
CMYK
RGB Variations
Color information
#329BC4 (or 0x329BC4) is known color: Pelorous. HEX triplet: 32, 9B and C4. RGB value is (50,155,196). Sum of RGB (Red+Green+Blue) = 50+155+196=401 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.47% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 196 (76.95% from 255 or 48.88% from 401); Max value from RGB is 196 - color contains mainly: blue. Hex color #329BC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BC4 is #CD643B. Grayscale: #808080. Windows color (decimal): -13460540 or 12884786. OLE color: 12884786.
HSL color Cylindrical-coordinate representation of color #329BC4: hue angle of 196.85º 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 #329BC4 is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 155 | 196 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.23 |
| HSL | 196.85º | 0.59% | 0.48% | - |
| HSV(B) | 196.85º | 0.74% | 0.77% | - |
| XYZ | 23 | 28.11 | 56.44 | - |
| YUV | 128.28 | 166.21 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 196 | 0.74 | 0.21 | 0 | 0.23 | 196.85 | 0.59 | 0.48 |
| Hex | 32 | 9B | C4 | 4A | 15 | 0 | 17 | C5 | 3B | 30 |
| Octal | 62 | 233 | 304 | 112 | 25 | 0 | 27 | 305 | 73 | 60 |
| Binary | 110010 | 10011011 | 11000100 | 1001010 | 10101 | 0 | 10111 | 11000101 | 111011 | 110000 |
Color Harmonies of #329BC4
Complementary color
Monochromatic Colors of #329BC4
Black with #329BC4
Text Example
Text Example
White with #329BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BC4; }
p { color: rgb(50,155,196); }
H1.HeaderClassName
{
color: #329BC4;
}
.AnyTagClassName
{
color: #329BC4;
}
</style>
background-color css
<style>
a { background-color: #329BC4; }
a { background-color: rgb(50,155,196); }
div.DivClassName
{
background-color: #329BC4;
}
.BgClassName
{
background-color: #329BC4;
}
</style>
border-color css
<style>
span { border-color: #329BC4; }
span { border-color: rgb(50,155,196); }
td.TdClassName
{
border-color: #329BC4;
}
.TagClassName
{
border-color: #329BC4;
}
</style>