Shades of Pelorous #329DBF
Tints of Pelorous #329DBF
RGB
CMYK
RGB Variations
Color information
#329DBF (or 0x329DBF) is known color: Pelorous. HEX triplet: 32, 9D and BF. RGB value is (50,157,191). Sum of RGB (Red+Green+Blue) = 50+157+191=398 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.56% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #329DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DBF is #CD6240. Grayscale: #808080. Windows color (decimal): -13460033 or 12557618. OLE color: 12557618.
HSL color Cylindrical-coordinate representation of color #329DBF: hue angle of 194.47º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329DBF is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 157 | 191 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.25 |
| HSL | 194.47º | 0.59% | 0.47% | - |
| HSV(B) | 194.47º | 0.74% | 0.75% | - |
| XYZ | 22.78 | 28.55 | 53.6 | - |
| YUV | 128.88 | 163.05 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 191 | 0.74 | 0.18 | 0 | 0.25 | 194.47 | 0.59 | 0.47 |
| Hex | 32 | 9D | BF | 4A | 12 | 0 | 19 | C2 | 3B | 2F |
| Octal | 62 | 235 | 277 | 112 | 22 | 0 | 31 | 302 | 73 | 57 |
| Binary | 110010 | 10011101 | 10111111 | 1001010 | 10010 | 0 | 11001 | 11000010 | 111011 | 101111 |
Color Harmonies of #329DBF
Complementary color
Monochromatic Colors of #329DBF
Black with #329DBF
Text Example
Text Example
White with #329DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329DBF; }
p { color: rgb(50,157,191); }
H1.HeaderClassName
{
color: #329DBF;
}
.AnyTagClassName
{
color: #329DBF;
}
</style>
background-color css
<style>
a { background-color: #329DBF; }
a { background-color: rgb(50,157,191); }
div.DivClassName
{
background-color: #329DBF;
}
.BgClassName
{
background-color: #329DBF;
}
</style>
border-color css
<style>
span { border-color: #329DBF; }
span { border-color: rgb(50,157,191); }
td.TdClassName
{
border-color: #329DBF;
}
.TagClassName
{
border-color: #329DBF;
}
</style>