Shades of Pelorous #329FBA
Tints of Pelorous #329FBA
RGB
CMYK
RGB Variations
Color information
#329FBA (or 0x329FBA) is known color: Pelorous. HEX triplet: 32, 9F and BA. RGB value is (50,159,186). Sum of RGB (Red+Green+Blue) = 50+159+186=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #329FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FBA is #CD6045. Grayscale: #818181. Windows color (decimal): -13459526 or 12230450. OLE color: 12230450.
HSL color Cylindrical-coordinate representation of color #329FBA: hue angle of 191.91º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329FBA is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 159 | 186 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.27 |
| HSL | 191.91º | 0.58% | 0.46% | - |
| HSV(B) | 191.91º | 0.73% | 0.73% | - |
| XYZ | 22.58 | 29.02 | 50.87 | - |
| YUV | 129.49 | 159.89 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 186 | 0.73 | 0.15 | 0 | 0.27 | 191.91 | 0.58 | 0.46 |
| Hex | 32 | 9F | BA | 49 | F | 0 | 1B | C0 | 3A | 2E |
| Octal | 62 | 237 | 272 | 111 | 17 | 0 | 33 | 300 | 72 | 56 |
| Binary | 110010 | 10011111 | 10111010 | 1001001 | 1111 | 0 | 11011 | 11000000 | 111010 | 101110 |
Color Harmonies of #329FBA
Complementary color
Monochromatic Colors of #329FBA
Black with #329FBA
Text Example
Text Example
White with #329FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329FBA; }
p { color: rgb(50,159,186); }
H1.HeaderClassName
{
color: #329FBA;
}
.AnyTagClassName
{
color: #329FBA;
}
</style>
background-color css
<style>
a { background-color: #329FBA; }
a { background-color: rgb(50,159,186); }
div.DivClassName
{
background-color: #329FBA;
}
.BgClassName
{
background-color: #329FBA;
}
</style>
border-color css
<style>
span { border-color: #329FBA; }
span { border-color: rgb(50,159,186); }
td.TdClassName
{
border-color: #329FBA;
}
.TagClassName
{
border-color: #329FBA;
}
</style>