Shades of Persian Blue #342DB9
Tints of Persian Blue #342DB9
RGB
CMYK
RGB Variations
Color information
#342DB9 (or 0x342DB9) is known color: Persian Blue. HEX triplet: 34, 2D and B9. RGB value is (52,45,185). Sum of RGB (Red+Green+Blue) = 52+45+185=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #342DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DB9 is #CBD246. Grayscale: #3E3E3E. Windows color (decimal): -13357639 or 12135732. OLE color: 12135732.
HSL color Cylindrical-coordinate representation of color #342DB9: hue angle of 243º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #342DB9 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 45 | 185 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.27 |
| HSL | 243º | 0.61% | 0.45% | - |
| HSV(B) | 243º | 0.76% | 0.73% | - |
| XYZ | 11.11 | 6.11 | 46.49 | - |
| YUV | 63.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 185 | 0.72 | 0.76 | 0 | 0.27 | 243 | 0.61 | 0.45 |
| Hex | 34 | 2D | B9 | 48 | 4C | 0 | 1B | F3 | 3D | 2D |
| Octal | 64 | 55 | 271 | 110 | 114 | 0 | 33 | 363 | 75 | 55 |
| Binary | 110100 | 101101 | 10111001 | 1001000 | 1001100 | 0 | 11011 | 11110011 | 111101 | 101101 |
Color Harmonies of #342DB9
Complementary color
Monochromatic Colors of #342DB9
Black with #342DB9
Text Example
Text Example
White with #342DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342DB9; }
p { color: rgb(52,45,185); }
H1.HeaderClassName
{
color: #342DB9;
}
.AnyTagClassName
{
color: #342DB9;
}
</style>
background-color css
<style>
a { background-color: #342DB9; }
a { background-color: rgb(52,45,185); }
div.DivClassName
{
background-color: #342DB9;
}
.BgClassName
{
background-color: #342DB9;
}
</style>
border-color css
<style>
span { border-color: #342DB9; }
span { border-color: rgb(52,45,185); }
td.TdClassName
{
border-color: #342DB9;
}
.TagClassName
{
border-color: #342DB9;
}
</style>