Shades of Pelorous #329DB6
Tints of Pelorous #329DB6
RGB
CMYK
RGB Variations
Color information
#329DB6 (or 0x329DB6) is known color: Pelorous. HEX triplet: 32, 9D and B6. RGB value is (50,157,182). Sum of RGB (Red+Green+Blue) = 50+157+182=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #329DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DB6 is #CD6249. Grayscale: #7F7F7F. Windows color (decimal): -13460042 or 11967794. OLE color: 11967794.
HSL color Cylindrical-coordinate representation of color #329DB6: hue angle of 191.36º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329DB6 is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 157 | 182 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.29 |
| HSL | 191.36º | 0.57% | 0.45% | - |
| HSV(B) | 191.36º | 0.73% | 0.71% | - |
| XYZ | 21.82 | 28.17 | 48.54 | - |
| YUV | 127.86 | 158.55 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 182 | 0.73 | 0.14 | 0 | 0.29 | 191.36 | 0.57 | 0.45 |
| Hex | 32 | 9D | B6 | 49 | E | 0 | 1D | BF | 39 | 2D |
| Octal | 62 | 235 | 266 | 111 | 16 | 0 | 35 | 277 | 71 | 55 |
| Binary | 110010 | 10011101 | 10110110 | 1001001 | 1110 | 0 | 11101 | 10111111 | 111001 | 101101 |
Color Harmonies of #329DB6
Complementary color
Monochromatic Colors of #329DB6
Black with #329DB6
Text Example
Text Example
White with #329DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DB6; }
p { color: rgb(50,157,182); }
H1.HeaderClassName
{
color: #329DB6;
}
.AnyTagClassName
{
color: #329DB6;
}
</style>
background-color css
<style>
a { background-color: #329DB6; }
a { background-color: rgb(50,157,182); }
div.DivClassName
{
background-color: #329DB6;
}
.BgClassName
{
background-color: #329DB6;
}
</style>
border-color css
<style>
span { border-color: #329DB6; }
span { border-color: rgb(50,157,182); }
td.TdClassName
{
border-color: #329DB6;
}
.TagClassName
{
border-color: #329DB6;
}
</style>