Shades of Persian Blue #3324BA
Tints of Persian Blue #3324BA
RGB
CMYK
RGB Variations
Color information
#3324BA (or 0x3324BA) is known color: Persian Blue. HEX triplet: 33, 24 and BA. RGB value is (51,36,186). Sum of RGB (Red+Green+Blue) = 51+36+186=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #3324BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3324BA is #CCDB45. Grayscale: #393939. Windows color (decimal): -13425478 or 12198963. OLE color: 12198963.
HSL color Cylindrical-coordinate representation of color #3324BA: hue angle of 246º 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 #3324BA is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 36 | 186 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.27 |
| HSL | 246º | 0.68% | 0.44% | - |
| HSV(B) | 246º | 0.81% | 0.73% | - |
| XYZ | 10.86 | 5.51 | 46.95 | - |
| YUV | 57.59 | 200.47 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 186 | 0.73 | 0.81 | 0 | 0.27 | 246 | 0.68 | 0.44 |
| Hex | 33 | 24 | BA | 49 | 51 | 0 | 1B | F6 | 44 | 2C |
| Octal | 63 | 44 | 272 | 111 | 121 | 0 | 33 | 366 | 104 | 54 |
| Binary | 110011 | 100100 | 10111010 | 1001001 | 1010001 | 0 | 11011 | 11110110 | 1000100 | 101100 |
Color Harmonies of #3324BA
Complementary color
Monochromatic Colors of #3324BA
Black with #3324BA
Text Example
Text Example
White with #3324BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3324BA; }
p { color: rgb(51,36,186); }
H1.HeaderClassName
{
color: #3324BA;
}
.AnyTagClassName
{
color: #3324BA;
}
</style>
background-color css
<style>
a { background-color: #3324BA; }
a { background-color: rgb(51,36,186); }
div.DivClassName
{
background-color: #3324BA;
}
.BgClassName
{
background-color: #3324BA;
}
</style>
border-color css
<style>
span { border-color: #3324BA; }
span { border-color: rgb(51,36,186); }
td.TdClassName
{
border-color: #3324BA;
}
.TagClassName
{
border-color: #3324BA;
}
</style>