Shades of Persian Blue #3423AB
Tints of Persian Blue #3423AB
RGB
CMYK
RGB Variations
Color information
#3423AB (or 0x3423AB) is known color: Persian Blue. HEX triplet: 34, 23 and AB. RGB value is (52,35,171). Sum of RGB (Red+Green+Blue) = 52+35+171=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #3423AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3423AB is #CBDC54. Grayscale: #373737. Windows color (decimal): -13360213 or 11215668. OLE color: 11215668.
HSL color Cylindrical-coordinate representation of color #3423AB: hue angle of 247.5º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3423AB is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 35 | 171 | - |
| CMYK | 0.70 | 0.80 | 0 | 0.33 |
| HSL | 247.5º | 0.66% | 0.4% | - |
| HSV(B) | 247.5º | 0.8% | 0.67% | - |
| XYZ | 9.37 | 4.87 | 38.97 | - |
| YUV | 55.59 | 193.13 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 35 | 171 | 0.70 | 0.80 | 0 | 0.33 | 247.5 | 0.66 | 0.4 |
| Hex | 34 | 23 | AB | 46 | 50 | 0 | 21 | F8 | 42 | 28 |
| Octal | 64 | 43 | 253 | 106 | 120 | 0 | 41 | 370 | 102 | 50 |
| Binary | 110100 | 100011 | 10101011 | 1000110 | 1010000 | 0 | 100001 | 11111000 | 1000010 | 101000 |
Color Harmonies of #3423AB
Complementary color
Monochromatic Colors of #3423AB
Black with #3423AB
Text Example
Text Example
White with #3423AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3423AB; }
p { color: rgb(52,35,171); }
H1.HeaderClassName
{
color: #3423AB;
}
.AnyTagClassName
{
color: #3423AB;
}
</style>
background-color css
<style>
a { background-color: #3423AB; }
a { background-color: rgb(52,35,171); }
div.DivClassName
{
background-color: #3423AB;
}
.BgClassName
{
background-color: #3423AB;
}
</style>
border-color css
<style>
span { border-color: #3423AB; }
span { border-color: rgb(52,35,171); }
td.TdClassName
{
border-color: #3423AB;
}
.TagClassName
{
border-color: #3423AB;
}
</style>