Shades of Persian Blue #3424D6
Tints of Persian Blue #3424D6
RGB
CMYK
RGB Variations
Color information
#3424D6 (or 0x3424D6) is known color: Persian Blue. HEX triplet: 34, 24 and D6. RGB value is (52,36,214). Sum of RGB (Red+Green+Blue) = 52+36+214=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 214 (83.98% from 255 or 70.86% from 302); Max value from RGB is 214 - color contains mainly: blue. Hex color #3424D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424D6 is #CBDB29. Grayscale: #3C3C3C. Windows color (decimal): -13359914 or 14033972. OLE color: 14033972.
HSL color Cylindrical-coordinate representation of color #3424D6: hue angle of 245.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3424D6 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 36 | 214 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.16 |
| HSL | 245.39º | 0.71% | 0.49% | - |
| HSV(B) | 245.39º | 0.83% | 0.84% | - |
| XYZ | 14.18 | 6.85 | 64.19 | - |
| YUV | 61.08 | 214.3 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 214 | 0.76 | 0.83 | 0 | 0.16 | 245.39 | 0.71 | 0.49 |
| Hex | 34 | 24 | D6 | 4C | 53 | 0 | 10 | F5 | 47 | 31 |
| Octal | 64 | 44 | 326 | 114 | 123 | 0 | 20 | 365 | 107 | 61 |
| Binary | 110100 | 100100 | 11010110 | 1001100 | 1010011 | 0 | 10000 | 11110101 | 1000111 | 110001 |
Color Harmonies of #3424D6
Complementary color
Monochromatic Colors of #3424D6
Black with #3424D6
Text Example
Text Example
White with #3424D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3424D6; }
p { color: rgb(52,36,214); }
H1.HeaderClassName
{
color: #3424D6;
}
.AnyTagClassName
{
color: #3424D6;
}
</style>
background-color css
<style>
a { background-color: #3424D6; }
a { background-color: rgb(52,36,214); }
div.DivClassName
{
background-color: #3424D6;
}
.BgClassName
{
background-color: #3424D6;
}
</style>
border-color css
<style>
span { border-color: #3424D6; }
span { border-color: rgb(52,36,214); }
td.TdClassName
{
border-color: #3424D6;
}
.TagClassName
{
border-color: #3424D6;
}
</style>