Shades of Pelorous #329BB8
Tints of Pelorous #329BB8
RGB
CMYK
RGB Variations
Color information
#329BB8 (or 0x329BB8) is known color: Pelorous. HEX triplet: 32, 9B and B8. RGB value is (50,155,184). Sum of RGB (Red+Green+Blue) = 50+155+184=389 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.85% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 184 (72.27% from 255 or 47.30% from 389); Max value from RGB is 184 - color contains mainly: blue. Hex color #329BB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329BB8 is #CD6447. Grayscale: #7E7E7E. Windows color (decimal): -13460552 or 12098354. OLE color: 12098354.
HSL color Cylindrical-coordinate representation of color #329BB8: hue angle of 192.99º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #329BB8 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 155 | 184 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.28 |
| HSL | 192.99º | 0.57% | 0.46% | - |
| HSV(B) | 192.99º | 0.73% | 0.72% | - |
| XYZ | 21.69 | 27.58 | 49.53 | - |
| YUV | 126.91 | 160.21 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 184 | 0.73 | 0.16 | 0 | 0.28 | 192.99 | 0.57 | 0.46 |
| Hex | 32 | 9B | B8 | 49 | 10 | 0 | 1C | C1 | 39 | 2E |
| Octal | 62 | 233 | 270 | 111 | 20 | 0 | 34 | 301 | 71 | 56 |
| Binary | 110010 | 10011011 | 10111000 | 1001001 | 10000 | 0 | 11100 | 11000001 | 111001 | 101110 |
Color Harmonies of #329BB8
Complementary color
Monochromatic Colors of #329BB8
Black with #329BB8
Text Example
Text Example
White with #329BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329BB8; }
p { color: rgb(50,155,184); }
H1.HeaderClassName
{
color: #329BB8;
}
.AnyTagClassName
{
color: #329BB8;
}
</style>
background-color css
<style>
a { background-color: #329BB8; }
a { background-color: rgb(50,155,184); }
div.DivClassName
{
background-color: #329BB8;
}
.BgClassName
{
background-color: #329BB8;
}
</style>
border-color css
<style>
span { border-color: #329BB8; }
span { border-color: rgb(50,155,184); }
td.TdClassName
{
border-color: #329BB8;
}
.TagClassName
{
border-color: #329BB8;
}
</style>