Shades of Persian Blue #342AD5
Tints of Persian Blue #342AD5
RGB
CMYK
RGB Variations
Color information
#342AD5 (or 0x342AD5) is known color: Persian Blue. HEX triplet: 34, 2A and D5. RGB value is (52,42,213). Sum of RGB (Red+Green+Blue) = 52+42+213=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #342AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342AD5 is #CBD52A. Grayscale: #3F3F3F. Windows color (decimal): -13358379 or 13969972. OLE color: 13969972.
HSL color Cylindrical-coordinate representation of color #342AD5: hue angle of 243.51º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342AD5 is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 42 | 213 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.16 |
| HSL | 243.51º | 0.67% | 0.5% | - |
| HSV(B) | 243.51º | 0.8% | 0.84% | - |
| XYZ | 14.25 | 7.19 | 63.59 | - |
| YUV | 64.48 | 211.81 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 213 | 0.76 | 0.80 | 0 | 0.16 | 243.51 | 0.67 | 0.5 |
| Hex | 34 | 2A | D5 | 4C | 50 | 0 | 10 | F4 | 43 | 32 |
| Octal | 64 | 52 | 325 | 114 | 120 | 0 | 20 | 364 | 103 | 62 |
| Binary | 110100 | 101010 | 11010101 | 1001100 | 1010000 | 0 | 10000 | 11110100 | 1000011 | 110010 |
Color Harmonies of #342AD5
Complementary color
Monochromatic Colors of #342AD5
Black with #342AD5
Text Example
Text Example
White with #342AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342AD5; }
p { color: rgb(52,42,213); }
H1.HeaderClassName
{
color: #342AD5;
}
.AnyTagClassName
{
color: #342AD5;
}
</style>
background-color css
<style>
a { background-color: #342AD5; }
a { background-color: rgb(52,42,213); }
div.DivClassName
{
background-color: #342AD5;
}
.BgClassName
{
background-color: #342AD5;
}
</style>
border-color css
<style>
span { border-color: #342AD5; }
span { border-color: rgb(52,42,213); }
td.TdClassName
{
border-color: #342AD5;
}
.TagClassName
{
border-color: #342AD5;
}
</style>