Shades of Persian Blue #322BCC
Tints of Persian Blue #322BCC
RGB
CMYK
RGB Variations
Color information
#322BCC (or 0x322BCC) is known color: Persian Blue. HEX triplet: 32, 2B and CC. RGB value is (50,43,204). Sum of RGB (Red+Green+Blue) = 50+43+204=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #322BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #322BCC is #CDD433. Grayscale: #3E3E3E. Windows color (decimal): -13489204 or 13380402. OLE color: 13380402.
HSL color Cylindrical-coordinate representation of color #322BCC: hue angle of 242.61º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #322BCC is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 43 | 204 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.2 |
| HSL | 242.61º | 0.65% | 0.48% | - |
| HSV(B) | 242.61º | 0.79% | 0.8% | - |
| XYZ | 13.08 | 6.77 | 57.74 | - |
| YUV | 63.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 43 | 204 | 0.75 | 0.79 | 0 | 0.2 | 242.61 | 0.65 | 0.48 |
| Hex | 32 | 2B | CC | 4B | 4F | 0 | 14 | F3 | 41 | 30 |
| Octal | 62 | 53 | 314 | 113 | 117 | 0 | 24 | 363 | 101 | 60 |
| Binary | 110010 | 101011 | 11001100 | 1001011 | 1001111 | 0 | 10100 | 11110011 | 1000001 | 110000 |
Color Harmonies of #322BCC
Complementary color
Monochromatic Colors of #322BCC
Black with #322BCC
Text Example
Text Example
White with #322BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #322BCC; }
p { color: rgb(50,43,204); }
H1.HeaderClassName
{
color: #322BCC;
}
.AnyTagClassName
{
color: #322BCC;
}
</style>
background-color css
<style>
a { background-color: #322BCC; }
a { background-color: rgb(50,43,204); }
div.DivClassName
{
background-color: #322BCC;
}
.BgClassName
{
background-color: #322BCC;
}
</style>
border-color css
<style>
span { border-color: #322BCC; }
span { border-color: rgb(50,43,204); }
td.TdClassName
{
border-color: #322BCC;
}
.TagClassName
{
border-color: #322BCC;
}
</style>