Shades of Persian Blue #342AAA
Tints of Persian Blue #342AAA
RGB
CMYK
RGB Variations
Color information
#342AAA (or 0x342AAA) is known color: Persian Blue. HEX triplet: 34, 2A and AA. RGB value is (52,42,170). Sum of RGB (Red+Green+Blue) = 52+42+170=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 170 (66.80% from 255 or 64.39% from 264); Max value from RGB is 170 - color contains mainly: blue. Hex color #342AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342AAA is #CBD555. Grayscale: #3B3B3B. Windows color (decimal): -13358422 or 11151924. OLE color: 11151924.
HSL color Cylindrical-coordinate representation of color #342AAA: hue angle of 244.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342AAA is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 42 | 170 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.33 |
| HSL | 244.69º | 0.6% | 0.42% | - |
| HSV(B) | 244.69º | 0.75% | 0.67% | - |
| XYZ | 9.5 | 5.29 | 38.55 | - |
| YUV | 59.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 170 | 0.69 | 0.75 | 0 | 0.33 | 244.69 | 0.6 | 0.42 |
| Hex | 34 | 2A | AA | 45 | 4B | 0 | 21 | F5 | 3C | 2A |
| Octal | 64 | 52 | 252 | 105 | 113 | 0 | 41 | 365 | 74 | 52 |
| Binary | 110100 | 101010 | 10101010 | 1000101 | 1001011 | 0 | 100001 | 11110101 | 111100 | 101010 |
Color Harmonies of #342AAA
Complementary color
Monochromatic Colors of #342AAA
Black with #342AAA
Text Example
Text Example
White with #342AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342AAA; }
p { color: rgb(52,42,170); }
H1.HeaderClassName
{
color: #342AAA;
}
.AnyTagClassName
{
color: #342AAA;
}
</style>
background-color css
<style>
a { background-color: #342AAA; }
a { background-color: rgb(52,42,170); }
div.DivClassName
{
background-color: #342AAA;
}
.BgClassName
{
background-color: #342AAA;
}
</style>
border-color css
<style>
span { border-color: #342AAA; }
span { border-color: rgb(52,42,170); }
td.TdClassName
{
border-color: #342AAA;
}
.TagClassName
{
border-color: #342AAA;
}
</style>