Shades of Pelorous #329CC1
Tints of Pelorous #329CC1
RGB
CMYK
RGB Variations
Color information
#329CC1 (or 0x329CC1) is known color: Pelorous. HEX triplet: 32, 9C and C1. RGB value is (50,156,193). Sum of RGB (Red+Green+Blue) = 50+156+193=399 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.53% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #329CC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CC1 is #CD633E. Grayscale: #808080. Windows color (decimal): -13460287 or 12688434. OLE color: 12688434.
HSL color Cylindrical-coordinate representation of color #329CC1: hue angle of 195.52º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329CC1 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 156 | 193 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.24 |
| HSL | 195.52º | 0.59% | 0.48% | - |
| HSV(B) | 195.52º | 0.74% | 0.76% | - |
| XYZ | 22.83 | 28.31 | 54.71 | - |
| YUV | 128.52 | 164.38 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 193 | 0.74 | 0.19 | 0 | 0.24 | 195.52 | 0.59 | 0.48 |
| Hex | 32 | 9C | C1 | 4A | 13 | 0 | 18 | C4 | 3B | 30 |
| Octal | 62 | 234 | 301 | 112 | 23 | 0 | 30 | 304 | 73 | 60 |
| Binary | 110010 | 10011100 | 11000001 | 1001010 | 10011 | 0 | 11000 | 11000100 | 111011 | 110000 |
Color Harmonies of #329CC1
Complementary color
Monochromatic Colors of #329CC1
Black with #329CC1
Text Example
Text Example
White with #329CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CC1; }
p { color: rgb(50,156,193); }
H1.HeaderClassName
{
color: #329CC1;
}
.AnyTagClassName
{
color: #329CC1;
}
</style>
background-color css
<style>
a { background-color: #329CC1; }
a { background-color: rgb(50,156,193); }
div.DivClassName
{
background-color: #329CC1;
}
.BgClassName
{
background-color: #329CC1;
}
</style>
border-color css
<style>
span { border-color: #329CC1; }
span { border-color: rgb(50,156,193); }
td.TdClassName
{
border-color: #329CC1;
}
.TagClassName
{
border-color: #329CC1;
}
</style>