Shades of Pelorous #329DBD
Tints of Pelorous #329DBD
RGB
CMYK
RGB Variations
Color information
#329DBD (or 0x329DBD) is known color: Pelorous. HEX triplet: 32, 9D and BD. RGB value is (50,157,189). Sum of RGB (Red+Green+Blue) = 50+157+189=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #329DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DBD is #CD6242. Grayscale: #808080. Windows color (decimal): -13460035 or 12426546. OLE color: 12426546.
HSL color Cylindrical-coordinate representation of color #329DBD: hue angle of 193.81º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329DBD is Cyan = 0.74, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 157 | 189 | - |
| CMYK | 0.74 | 0.17 | 0 | 0.26 |
| HSL | 193.81º | 0.58% | 0.47% | - |
| HSV(B) | 193.81º | 0.74% | 0.74% | - |
| XYZ | 22.56 | 28.47 | 52.45 | - |
| YUV | 128.66 | 162.05 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 189 | 0.74 | 0.17 | 0 | 0.26 | 193.81 | 0.58 | 0.47 |
| Hex | 32 | 9D | BD | 4A | 11 | 0 | 1A | C2 | 3A | 2F |
| Octal | 62 | 235 | 275 | 112 | 21 | 0 | 32 | 302 | 72 | 57 |
| Binary | 110010 | 10011101 | 10111101 | 1001010 | 10001 | 0 | 11010 | 11000010 | 111010 | 101111 |
Color Harmonies of #329DBD
Complementary color
Monochromatic Colors of #329DBD
Black with #329DBD
Text Example
Text Example
White with #329DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DBD; }
p { color: rgb(50,157,189); }
H1.HeaderClassName
{
color: #329DBD;
}
.AnyTagClassName
{
color: #329DBD;
}
</style>
background-color css
<style>
a { background-color: #329DBD; }
a { background-color: rgb(50,157,189); }
div.DivClassName
{
background-color: #329DBD;
}
.BgClassName
{
background-color: #329DBD;
}
</style>
border-color css
<style>
span { border-color: #329DBD; }
span { border-color: rgb(50,157,189); }
td.TdClassName
{
border-color: #329DBD;
}
.TagClassName
{
border-color: #329DBD;
}
</style>