Shades of Persian Blue #3424AD
Tints of Persian Blue #3424AD
RGB
CMYK
RGB Variations
Color information
#3424AD (or 0x3424AD) is known color: Persian Blue. HEX triplet: 34, 24 and AD. RGB value is (52,36,173). Sum of RGB (Red+Green+Blue) = 52+36+173=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #3424AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3424AD is #CBDB52. Grayscale: #373737. Windows color (decimal): -13359955 or 11346996. OLE color: 11346996.
HSL color Cylindrical-coordinate representation of color #3424AD: hue angle of 247.01º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3424AD is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 36 | 173 | - |
| CMYK | 0.70 | 0.79 | 0 | 0.32 |
| HSL | 247.01º | 0.66% | 0.41% | - |
| HSV(B) | 247.01º | 0.79% | 0.68% | - |
| XYZ | 9.59 | 5.01 | 40 | - |
| YUV | 56.4 | 193.8 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 36 | 173 | 0.70 | 0.79 | 0 | 0.32 | 247.01 | 0.66 | 0.41 |
| Hex | 34 | 24 | AD | 46 | 4F | 0 | 20 | F7 | 42 | 29 |
| Octal | 64 | 44 | 255 | 106 | 117 | 0 | 40 | 367 | 102 | 51 |
| Binary | 110100 | 100100 | 10101101 | 1000110 | 1001111 | 0 | 100000 | 11110111 | 1000010 | 101001 |
Color Harmonies of #3424AD
Complementary color
Monochromatic Colors of #3424AD
Black with #3424AD
Text Example
Text Example
White with #3424AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3424AD; }
p { color: rgb(52,36,173); }
H1.HeaderClassName
{
color: #3424AD;
}
.AnyTagClassName
{
color: #3424AD;
}
</style>
background-color css
<style>
a { background-color: #3424AD; }
a { background-color: rgb(52,36,173); }
div.DivClassName
{
background-color: #3424AD;
}
.BgClassName
{
background-color: #3424AD;
}
</style>
border-color css
<style>
span { border-color: #3424AD; }
span { border-color: rgb(52,36,173); }
td.TdClassName
{
border-color: #3424AD;
}
.TagClassName
{
border-color: #3424AD;
}
</style>