Shades of Persian Blue #322BBC
Tints of Persian Blue #322BBC
RGB
CMYK
RGB Variations
Color information
#322BBC (or 0x322BBC) is known color: Persian Blue. HEX triplet: 32, 2B and BC. RGB value is (50,43,188). Sum of RGB (Red+Green+Blue) = 50+43+188=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #322BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BBC is #CDD443. Grayscale: #3D3D3D. Windows color (decimal): -13489220 or 12331826. OLE color: 12331826.
HSL color Cylindrical-coordinate representation of color #322BBC: hue angle of 242.9º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #322BBC is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 43 | 188 | - |
| CMYK | 0.73 | 0.77 | 0 | 0.26 |
| HSL | 242.9º | 0.63% | 0.45% | - |
| HSV(B) | 242.9º | 0.77% | 0.74% | - |
| XYZ | 11.26 | 6.04 | 48.15 | - |
| YUV | 61.62 | 199.32 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 188 | 0.73 | 0.77 | 0 | 0.26 | 242.9 | 0.63 | 0.45 |
| Hex | 32 | 2B | BC | 49 | 4D | 0 | 1A | F3 | 3F | 2D |
| Octal | 62 | 53 | 274 | 111 | 115 | 0 | 32 | 363 | 77 | 55 |
| Binary | 110010 | 101011 | 10111100 | 1001001 | 1001101 | 0 | 11010 | 11110011 | 111111 | 101101 |
Color Harmonies of #322BBC
Complementary color
Monochromatic Colors of #322BBC
Black with #322BBC
Text Example
Text Example
White with #322BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BBC; }
p { color: rgb(50,43,188); }
H1.HeaderClassName
{
color: #322BBC;
}
.AnyTagClassName
{
color: #322BBC;
}
</style>
background-color css
<style>
a { background-color: #322BBC; }
a { background-color: rgb(50,43,188); }
div.DivClassName
{
background-color: #322BBC;
}
.BgClassName
{
background-color: #322BBC;
}
</style>
border-color css
<style>
span { border-color: #322BBC; }
span { border-color: rgb(50,43,188); }
td.TdClassName
{
border-color: #322BBC;
}
.TagClassName
{
border-color: #322BBC;
}
</style>