Shades of Persian Blue #3424C5
Tints of Persian Blue #3424C5
RGB
CMYK
RGB Variations
Color information
#3424C5 (or 0x3424C5) is known color: Persian Blue. HEX triplet: 34, 24 and C5. RGB value is (52,36,197). Sum of RGB (Red+Green+Blue) = 52+36+197=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 197 (77.34% from 255 or 69.12% from 285); Max value from RGB is 197 - color contains mainly: blue. Hex color #3424C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424C5 is #CBDB3A. Grayscale: #3A3A3A. Windows color (decimal): -13359931 or 12919860. OLE color: 12919860.
HSL color Cylindrical-coordinate representation of color #3424C5: hue angle of 245.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3424C5 is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 36 | 197 | - |
| CMYK | 0.74 | 0.82 | 0 | 0.23 |
| HSL | 245.96º | 0.69% | 0.46% | - |
| HSV(B) | 245.96º | 0.82% | 0.77% | - |
| XYZ | 12.13 | 6.02 | 53.35 | - |
| YUV | 59.14 | 205.8 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 197 | 0.74 | 0.82 | 0 | 0.23 | 245.96 | 0.69 | 0.46 |
| Hex | 34 | 24 | C5 | 4A | 52 | 0 | 17 | F6 | 45 | 2E |
| Octal | 64 | 44 | 305 | 112 | 122 | 0 | 27 | 366 | 105 | 56 |
| Binary | 110100 | 100100 | 11000101 | 1001010 | 1010010 | 0 | 10111 | 11110110 | 1000101 | 101110 |
Color Harmonies of #3424C5
Complementary color
Monochromatic Colors of #3424C5
Black with #3424C5
Text Example
Text Example
White with #3424C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3424C5; }
p { color: rgb(52,36,197); }
H1.HeaderClassName
{
color: #3424C5;
}
.AnyTagClassName
{
color: #3424C5;
}
</style>
background-color css
<style>
a { background-color: #3424C5; }
a { background-color: rgb(52,36,197); }
div.DivClassName
{
background-color: #3424C5;
}
.BgClassName
{
background-color: #3424C5;
}
</style>
border-color css
<style>
span { border-color: #3424C5; }
span { border-color: rgb(52,36,197); }
td.TdClassName
{
border-color: #3424C5;
}
.TagClassName
{
border-color: #3424C5;
}
</style>