Shades of Pelorous #329CAF
Tints of Pelorous #329CAF
RGB
CMYK
RGB Variations
Color information
#329CAF (or 0x329CAF) is known color: Pelorous. HEX triplet: 32, 9C and AF. RGB value is (50,156,175). Sum of RGB (Red+Green+Blue) = 50+156+175=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #329CAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329CAF is #CD6350. Grayscale: #7E7E7E. Windows color (decimal): -13460305 or 11508786. OLE color: 11508786.
HSL color Cylindrical-coordinate representation of color #329CAF: hue angle of 189.12º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #329CAF is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 156 | 175 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.31 |
| HSL | 189.12º | 0.56% | 0.44% | - |
| HSV(B) | 189.12º | 0.71% | 0.69% | - |
| XYZ | 20.94 | 27.55 | 44.77 | - |
| YUV | 126.47 | 155.38 | 73.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 175 | 0.71 | 0.11 | 0 | 0.31 | 189.12 | 0.56 | 0.44 |
| Hex | 32 | 9C | AF | 47 | B | 0 | 1F | BD | 38 | 2C |
| Octal | 62 | 234 | 257 | 107 | 13 | 0 | 37 | 275 | 70 | 54 |
| Binary | 110010 | 10011100 | 10101111 | 1000111 | 1011 | 0 | 11111 | 10111101 | 111000 | 101100 |
Color Harmonies of #329CAF
Complementary color
Monochromatic Colors of #329CAF
Black with #329CAF
Text Example
Text Example
White with #329CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329CAF; }
p { color: rgb(50,156,175); }
H1.HeaderClassName
{
color: #329CAF;
}
.AnyTagClassName
{
color: #329CAF;
}
</style>
background-color css
<style>
a { background-color: #329CAF; }
a { background-color: rgb(50,156,175); }
div.DivClassName
{
background-color: #329CAF;
}
.BgClassName
{
background-color: #329CAF;
}
</style>
border-color css
<style>
span { border-color: #329CAF; }
span { border-color: rgb(50,156,175); }
td.TdClassName
{
border-color: #329CAF;
}
.TagClassName
{
border-color: #329CAF;
}
</style>