Shades of Persian Blue #3428AB
Tints of Persian Blue #3428AB
RGB
CMYK
RGB Variations
Color information
#3428AB (or 0x3428AB) is known color: Persian Blue. HEX triplet: 34, 28 and AB. RGB value is (52,40,171). Sum of RGB (Red+Green+Blue) = 52+40+171=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 40 (16.02% from 255 or 15.21% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #3428AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3428AB is #CBD754. Grayscale: #3A3A3A. Windows color (decimal): -13358933 or 11216948. OLE color: 11216948.
HSL color Cylindrical-coordinate representation of color #3428AB: hue angle of 245.5º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3428AB is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 40 | 171 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.33 |
| HSL | 245.5º | 0.62% | 0.41% | - |
| HSV(B) | 245.5º | 0.77% | 0.67% | - |
| XYZ | 9.53 | 5.19 | 39.03 | - |
| YUV | 58.52 | 191.48 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 171 | 0.70 | 0.77 | 0 | 0.33 | 245.5 | 0.62 | 0.41 |
| Hex | 34 | 28 | AB | 46 | 4D | 0 | 21 | F5 | 3E | 29 |
| Octal | 64 | 50 | 253 | 106 | 115 | 0 | 41 | 365 | 76 | 51 |
| Binary | 110100 | 101000 | 10101011 | 1000110 | 1001101 | 0 | 100001 | 11110101 | 111110 | 101001 |
Color Harmonies of #3428AB
Complementary color
Monochromatic Colors of #3428AB
Black with #3428AB
Text Example
Text Example
White with #3428AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3428AB; }
p { color: rgb(52,40,171); }
H1.HeaderClassName
{
color: #3428AB;
}
.AnyTagClassName
{
color: #3428AB;
}
</style>
background-color css
<style>
a { background-color: #3428AB; }
a { background-color: rgb(52,40,171); }
div.DivClassName
{
background-color: #3428AB;
}
.BgClassName
{
background-color: #3428AB;
}
</style>
border-color css
<style>
span { border-color: #3428AB; }
span { border-color: rgb(52,40,171); }
td.TdClassName
{
border-color: #3428AB;
}
.TagClassName
{
border-color: #3428AB;
}
</style>