Shades of Persian Blue #3324C4
Tints of Persian Blue #3324C4
RGB
CMYK
RGB Variations
Color information
#3324C4 (or 0x3324C4) is known color: Persian Blue. HEX triplet: 33, 24 and C4. RGB value is (51,36,196). Sum of RGB (Red+Green+Blue) = 51+36+196=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 36 (14.45% from 255 or 12.72% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #3324C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3324C4 is #CCDB3B. Grayscale: #3A3A3A. Windows color (decimal): -13425468 or 12854323. OLE color: 12854323.
HSL color Cylindrical-coordinate representation of color #3324C4: hue angle of 245.62º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3324C4 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 36 | 196 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.23 |
| HSL | 245.63º | 0.69% | 0.45% | - |
| HSV(B) | 245.63º | 0.82% | 0.77% | - |
| XYZ | 11.96 | 5.95 | 52.74 | - |
| YUV | 58.73 | 205.47 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 196 | 0.74 | 0.82 | 0 | 0.23 | 245.63 | 0.69 | 0.45 |
| Hex | 33 | 24 | C4 | 4A | 52 | 0 | 17 | F6 | 45 | 2D |
| Octal | 63 | 44 | 304 | 112 | 122 | 0 | 27 | 366 | 105 | 55 |
| Binary | 110011 | 100100 | 11000100 | 1001010 | 1010010 | 0 | 10111 | 11110110 | 1000101 | 101101 |
Color Harmonies of #3324C4
Complementary color
Monochromatic Colors of #3324C4
Black with #3324C4
Text Example
Text Example
White with #3324C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3324C4; }
p { color: rgb(51,36,196); }
H1.HeaderClassName
{
color: #3324C4;
}
.AnyTagClassName
{
color: #3324C4;
}
</style>
background-color css
<style>
a { background-color: #3324C4; }
a { background-color: rgb(51,36,196); }
div.DivClassName
{
background-color: #3324C4;
}
.BgClassName
{
background-color: #3324C4;
}
</style>
border-color css
<style>
span { border-color: #3324C4; }
span { border-color: rgb(51,36,196); }
td.TdClassName
{
border-color: #3324C4;
}
.TagClassName
{
border-color: #3324C4;
}
</style>