Shades of Persian Blue #3223BB
Tints of Persian Blue #3223BB
RGB
CMYK
RGB Variations
Color information
#3223BB (or 0x3223BB) is known color: Persian Blue. HEX triplet: 32, 23 and BB. RGB value is (50,35,187). Sum of RGB (Red+Green+Blue) = 50+35+187=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #3223BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3223BB is #CDDC44. Grayscale: #383838. Windows color (decimal): -13491269 or 12264242. OLE color: 12264242.
HSL color Cylindrical-coordinate representation of color #3223BB: hue angle of 245.92º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3223BB is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 35 | 187 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.27 |
| HSL | 245.92º | 0.68% | 0.44% | - |
| HSV(B) | 245.92º | 0.81% | 0.73% | - |
| XYZ | 10.89 | 5.47 | 47.5 | - |
| YUV | 56.81 | 201.47 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 35 | 187 | 0.73 | 0.81 | 0 | 0.27 | 245.92 | 0.68 | 0.44 |
| Hex | 32 | 23 | BB | 49 | 51 | 0 | 1B | F6 | 44 | 2C |
| Octal | 62 | 43 | 273 | 111 | 121 | 0 | 33 | 366 | 104 | 54 |
| Binary | 110010 | 100011 | 10111011 | 1001001 | 1010001 | 0 | 11011 | 11110110 | 1000100 | 101100 |
Color Harmonies of #3223BB
Complementary color
Monochromatic Colors of #3223BB
Black with #3223BB
Text Example
Text Example
White with #3223BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3223BB; }
p { color: rgb(50,35,187); }
H1.HeaderClassName
{
color: #3223BB;
}
.AnyTagClassName
{
color: #3223BB;
}
</style>
background-color css
<style>
a { background-color: #3223BB; }
a { background-color: rgb(50,35,187); }
div.DivClassName
{
background-color: #3223BB;
}
.BgClassName
{
background-color: #3223BB;
}
</style>
border-color css
<style>
span { border-color: #3223BB; }
span { border-color: rgb(50,35,187); }
td.TdClassName
{
border-color: #3223BB;
}
.TagClassName
{
border-color: #3223BB;
}
</style>