Shades of Persian Blue #3324AC
Tints of Persian Blue #3324AC
RGB
CMYK
RGB Variations
Color information
#3324AC (or 0x3324AC) is known color: Persian Blue. HEX triplet: 33, 24 and AC. RGB value is (51,36,172). Sum of RGB (Red+Green+Blue) = 51+36+172=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #3324AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3324AC is #CCDB53. Grayscale: #373737. Windows color (decimal): -13425492 or 11281459. OLE color: 11281459.
HSL color Cylindrical-coordinate representation of color #3324AC: hue angle of 246.62º 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 #3324AC is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 36 | 172 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.33 |
| HSL | 246.62º | 0.65% | 0.41% | - |
| HSV(B) | 246.62º | 0.79% | 0.67% | - |
| XYZ | 9.44 | 4.94 | 39.49 | - |
| YUV | 55.99 | 193.47 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 172 | 0.70 | 0.79 | 0 | 0.33 | 246.62 | 0.65 | 0.41 |
| Hex | 33 | 24 | AC | 46 | 4F | 0 | 21 | F7 | 41 | 29 |
| Octal | 63 | 44 | 254 | 106 | 117 | 0 | 41 | 367 | 101 | 51 |
| Binary | 110011 | 100100 | 10101100 | 1000110 | 1001111 | 0 | 100001 | 11110111 | 1000001 | 101001 |
Color Harmonies of #3324AC
Complementary color
Monochromatic Colors of #3324AC
Black with #3324AC
Text Example
Text Example
White with #3324AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3324AC; }
p { color: rgb(51,36,172); }
H1.HeaderClassName
{
color: #3324AC;
}
.AnyTagClassName
{
color: #3324AC;
}
</style>
background-color css
<style>
a { background-color: #3324AC; }
a { background-color: rgb(51,36,172); }
div.DivClassName
{
background-color: #3324AC;
}
.BgClassName
{
background-color: #3324AC;
}
</style>
border-color css
<style>
span { border-color: #3324AC; }
span { border-color: rgb(51,36,172); }
td.TdClassName
{
border-color: #3324AC;
}
.TagClassName
{
border-color: #3324AC;
}
</style>