Shades of Pelorous #329EBA
Tints of Pelorous #329EBA
RGB
CMYK
RGB Variations
Color information
#329EBA (or 0x329EBA) is known color: Pelorous. HEX triplet: 32, 9E and BA. RGB value is (50,158,186). Sum of RGB (Red+Green+Blue) = 50+158+186=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #329EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EBA is #CD6145. Grayscale: #808080. Windows color (decimal): -13459782 or 12230194. OLE color: 12230194.
HSL color Cylindrical-coordinate representation of color #329EBA: hue angle of 192.35º 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 #329EBA is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 158 | 186 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.27 |
| HSL | 192.35º | 0.58% | 0.46% | - |
| HSV(B) | 192.35º | 0.73% | 0.73% | - |
| XYZ | 22.41 | 28.68 | 50.81 | - |
| YUV | 128.9 | 160.22 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 186 | 0.73 | 0.15 | 0 | 0.27 | 192.35 | 0.58 | 0.46 |
| Hex | 32 | 9E | BA | 49 | F | 0 | 1B | C0 | 3A | 2E |
| Octal | 62 | 236 | 272 | 111 | 17 | 0 | 33 | 300 | 72 | 56 |
| Binary | 110010 | 10011110 | 10111010 | 1001001 | 1111 | 0 | 11011 | 11000000 | 111010 | 101110 |
Color Harmonies of #329EBA
Complementary color
Monochromatic Colors of #329EBA
Black with #329EBA
Text Example
Text Example
White with #329EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329EBA; }
p { color: rgb(50,158,186); }
H1.HeaderClassName
{
color: #329EBA;
}
.AnyTagClassName
{
color: #329EBA;
}
</style>
background-color css
<style>
a { background-color: #329EBA; }
a { background-color: rgb(50,158,186); }
div.DivClassName
{
background-color: #329EBA;
}
.BgClassName
{
background-color: #329EBA;
}
</style>
border-color css
<style>
span { border-color: #329EBA; }
span { border-color: rgb(50,158,186); }
td.TdClassName
{
border-color: #329EBA;
}
.TagClassName
{
border-color: #329EBA;
}
</style>