Shades of Persian Blue #342AAD
Tints of Persian Blue #342AAD
RGB
CMYK
RGB Variations
Color information
#342AAD (or 0x342AAD) is known color: Persian Blue. HEX triplet: 34, 2A and AD. RGB value is (52,42,173). Sum of RGB (Red+Green+Blue) = 52+42+173=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #342AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342AAD is #CBD552. Grayscale: #3B3B3B. Windows color (decimal): -13358419 or 11348532. OLE color: 11348532.
HSL color Cylindrical-coordinate representation of color #342AAD: hue angle of 244.58º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342AAD is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 42 | 173 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.32 |
| HSL | 244.58º | 0.61% | 0.42% | - |
| HSV(B) | 244.58º | 0.76% | 0.68% | - |
| XYZ | 9.79 | 5.4 | 40.06 | - |
| YUV | 59.92 | 191.81 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 173 | 0.70 | 0.76 | 0 | 0.32 | 244.58 | 0.61 | 0.42 |
| Hex | 34 | 2A | AD | 46 | 4C | 0 | 20 | F5 | 3D | 2A |
| Octal | 64 | 52 | 255 | 106 | 114 | 0 | 40 | 365 | 75 | 52 |
| Binary | 110100 | 101010 | 10101101 | 1000110 | 1001100 | 0 | 100000 | 11110101 | 111101 | 101010 |
Color Harmonies of #342AAD
Complementary color
Monochromatic Colors of #342AAD
Black with #342AAD
Text Example
Text Example
White with #342AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342AAD; }
p { color: rgb(52,42,173); }
H1.HeaderClassName
{
color: #342AAD;
}
.AnyTagClassName
{
color: #342AAD;
}
</style>
background-color css
<style>
a { background-color: #342AAD; }
a { background-color: rgb(52,42,173); }
div.DivClassName
{
background-color: #342AAD;
}
.BgClassName
{
background-color: #342AAD;
}
</style>
border-color css
<style>
span { border-color: #342AAD; }
span { border-color: rgb(52,42,173); }
td.TdClassName
{
border-color: #342AAD;
}
.TagClassName
{
border-color: #342AAD;
}
</style>