Shades of Persian Blue #3324CC
Tints of Persian Blue #3324CC
RGB
CMYK
RGB Variations
Color information
#3324CC (or 0x3324CC) is known color: Persian Blue. HEX triplet: 33, 24 and CC. RGB value is (51,36,204). Sum of RGB (Red+Green+Blue) = 51+36+204=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #3324CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3324CC is #CCDB33. Grayscale: #3A3A3A. Windows color (decimal): -13425460 or 13378611. OLE color: 13378611.
HSL color Cylindrical-coordinate representation of color #3324CC: hue angle of 245.36º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3324CC is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 36 | 204 | - |
| CMYK | 0.75 | 0.82 | 0 | 0.2 |
| HSL | 245.36º | 0.7% | 0.47% | - |
| HSV(B) | 245.36º | 0.82% | 0.8% | - |
| XYZ | 12.9 | 6.33 | 57.67 | - |
| YUV | 59.64 | 209.47 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 204 | 0.75 | 0.82 | 0 | 0.2 | 245.36 | 0.7 | 0.47 |
| Hex | 33 | 24 | CC | 4B | 52 | 0 | 14 | F5 | 46 | 2F |
| Octal | 63 | 44 | 314 | 113 | 122 | 0 | 24 | 365 | 106 | 57 |
| Binary | 110011 | 100100 | 11001100 | 1001011 | 1010010 | 0 | 10100 | 11110101 | 1000110 | 101111 |
Color Harmonies of #3324CC
Complementary color
Monochromatic Colors of #3324CC
Black with #3324CC
Text Example
Text Example
White with #3324CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3324CC; }
p { color: rgb(51,36,204); }
H1.HeaderClassName
{
color: #3324CC;
}
.AnyTagClassName
{
color: #3324CC;
}
</style>
background-color css
<style>
a { background-color: #3324CC; }
a { background-color: rgb(51,36,204); }
div.DivClassName
{
background-color: #3324CC;
}
.BgClassName
{
background-color: #3324CC;
}
</style>
border-color css
<style>
span { border-color: #3324CC; }
span { border-color: rgb(51,36,204); }
td.TdClassName
{
border-color: #3324CC;
}
.TagClassName
{
border-color: #3324CC;
}
</style>