Shades of Persian Blue #342AB5
Tints of Persian Blue #342AB5
RGB
CMYK
RGB Variations
Color information
#342AB5 (or 0x342AB5) is known color: Persian Blue. HEX triplet: 34, 2A and B5. RGB value is (52,42,181). Sum of RGB (Red+Green+Blue) = 52+42+181=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 181 (71.09% from 255 or 65.82% from 275); Max value from RGB is 181 - color contains mainly: blue. Hex color #342AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342AB5 is #CBD54A. Grayscale: #3C3C3C. Windows color (decimal): -13358411 or 11872820. OLE color: 11872820.
HSL color Cylindrical-coordinate representation of color #342AB5: hue angle of 244.32º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342AB5 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 42 | 181 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.29 |
| HSL | 244.32º | 0.62% | 0.44% | - |
| HSV(B) | 244.32º | 0.77% | 0.71% | - |
| XYZ | 10.58 | 5.72 | 44.26 | - |
| YUV | 60.84 | 195.81 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 181 | 0.71 | 0.77 | 0 | 0.29 | 244.32 | 0.62 | 0.44 |
| Hex | 34 | 2A | B5 | 47 | 4D | 0 | 1D | F4 | 3E | 2C |
| Octal | 64 | 52 | 265 | 107 | 115 | 0 | 35 | 364 | 76 | 54 |
| Binary | 110100 | 101010 | 10110101 | 1000111 | 1001101 | 0 | 11101 | 11110100 | 111110 | 101100 |
Color Harmonies of #342AB5
Complementary color
Monochromatic Colors of #342AB5
Black with #342AB5
Text Example
Text Example
White with #342AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342AB5; }
p { color: rgb(52,42,181); }
H1.HeaderClassName
{
color: #342AB5;
}
.AnyTagClassName
{
color: #342AB5;
}
</style>
background-color css
<style>
a { background-color: #342AB5; }
a { background-color: rgb(52,42,181); }
div.DivClassName
{
background-color: #342AB5;
}
.BgClassName
{
background-color: #342AB5;
}
</style>
border-color css
<style>
span { border-color: #342AB5; }
span { border-color: rgb(52,42,181); }
td.TdClassName
{
border-color: #342AB5;
}
.TagClassName
{
border-color: #342AB5;
}
</style>