Shades of Persian Blue #3324AB
Tints of Persian Blue #3324AB
RGB
CMYK
RGB Variations
Color information
#3324AB (or 0x3324AB) is known color: Persian Blue. HEX triplet: 33, 24 and AB. RGB value is (51,36,171). Sum of RGB (Red+Green+Blue) = 51+36+171=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #3324AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3324AB is #CCDB54. Grayscale: #373737. Windows color (decimal): -13425493 or 11215923. OLE color: 11215923.
HSL color Cylindrical-coordinate representation of color #3324AB: hue angle of 246.67º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3324AB is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 36 | 171 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.33 |
| HSL | 246.67º | 0.65% | 0.41% | - |
| HSV(B) | 246.67º | 0.79% | 0.67% | - |
| XYZ | 9.35 | 4.91 | 38.98 | - |
| YUV | 55.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 171 | 0.70 | 0.79 | 0 | 0.33 | 246.67 | 0.65 | 0.41 |
| Hex | 33 | 24 | AB | 46 | 4F | 0 | 21 | F7 | 41 | 29 |
| Octal | 63 | 44 | 253 | 106 | 117 | 0 | 41 | 367 | 101 | 51 |
| Binary | 110011 | 100100 | 10101011 | 1000110 | 1001111 | 0 | 100001 | 11110111 | 1000001 | 101001 |
Color Harmonies of #3324AB
Complementary color
Monochromatic Colors of #3324AB
Black with #3324AB
Text Example
Text Example
White with #3324AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3324AB; }
p { color: rgb(51,36,171); }
H1.HeaderClassName
{
color: #3324AB;
}
.AnyTagClassName
{
color: #3324AB;
}
</style>
background-color css
<style>
a { background-color: #3324AB; }
a { background-color: rgb(51,36,171); }
div.DivClassName
{
background-color: #3324AB;
}
.BgClassName
{
background-color: #3324AB;
}
</style>
border-color css
<style>
span { border-color: #3324AB; }
span { border-color: rgb(51,36,171); }
td.TdClassName
{
border-color: #3324AB;
}
.TagClassName
{
border-color: #3324AB;
}
</style>