Shades of Pelorous #329ABF
Tints of Pelorous #329ABF
RGB
CMYK
RGB Variations
Color information
#329ABF (or 0x329ABF) is known color: Pelorous. HEX triplet: 32, 9A and BF. RGB value is (50,154,191). Sum of RGB (Red+Green+Blue) = 50+154+191=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #329ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329ABF is #CD6540. Grayscale: #7E7E7E. Windows color (decimal): -13460801 or 12556850. OLE color: 12556850.
HSL color Cylindrical-coordinate representation of color #329ABF: hue angle of 195.74º 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 #329ABF is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 154 | 191 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.25 |
| HSL | 195.74º | 0.59% | 0.47% | - |
| HSV(B) | 195.74º | 0.74% | 0.75% | - |
| XYZ | 22.27 | 27.55 | 53.43 | - |
| YUV | 127.12 | 164.04 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 191 | 0.74 | 0.19 | 0 | 0.25 | 195.74 | 0.59 | 0.47 |
| Hex | 32 | 9A | BF | 4A | 13 | 0 | 19 | C4 | 3B | 2F |
| Octal | 62 | 232 | 277 | 112 | 23 | 0 | 31 | 304 | 73 | 57 |
| Binary | 110010 | 10011010 | 10111111 | 1001010 | 10011 | 0 | 11001 | 11000100 | 111011 | 101111 |
Color Harmonies of #329ABF
Complementary color
Monochromatic Colors of #329ABF
Black with #329ABF
Text Example
Text Example
White with #329ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329ABF; }
p { color: rgb(50,154,191); }
H1.HeaderClassName
{
color: #329ABF;
}
.AnyTagClassName
{
color: #329ABF;
}
</style>
background-color css
<style>
a { background-color: #329ABF; }
a { background-color: rgb(50,154,191); }
div.DivClassName
{
background-color: #329ABF;
}
.BgClassName
{
background-color: #329ABF;
}
</style>
border-color css
<style>
span { border-color: #329ABF; }
span { border-color: rgb(50,154,191); }
td.TdClassName
{
border-color: #329ABF;
}
.TagClassName
{
border-color: #329ABF;
}
</style>