Shades of Persian Blue #342BDA
Tints of Persian Blue #342BDA
RGB
CMYK
RGB Variations
Color information
#342BDA (or 0x342BDA) is known color: Persian Blue. HEX triplet: 34, 2B and DA. RGB value is (52,43,218). Sum of RGB (Red+Green+Blue) = 52+43+218=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 218 (85.55% from 255 or 69.65% from 313); Max value from RGB is 218 - color contains mainly: blue. Hex color #342BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BDA is #CBD425. Grayscale: #404040. Windows color (decimal): -13358118 or 14297908. OLE color: 14297908.
HSL color Cylindrical-coordinate representation of color #342BDA: hue angle of 243.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342BDA is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 43 | 218 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.15 |
| HSL | 243.09º | 0.7% | 0.51% | - |
| HSV(B) | 243.09º | 0.8% | 0.85% | - |
| XYZ | 14.93 | 7.52 | 66.99 | - |
| YUV | 65.64 | 213.98 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 43 | 218 | 0.76 | 0.80 | 0 | 0.15 | 243.09 | 0.7 | 0.51 |
| Hex | 34 | 2B | DA | 4C | 50 | 0 | F | F3 | 46 | 33 |
| Octal | 64 | 53 | 332 | 114 | 120 | 0 | 17 | 363 | 106 | 63 |
| Binary | 110100 | 101011 | 11011010 | 1001100 | 1010000 | 0 | 1111 | 11110011 | 1000110 | 110011 |
Color Harmonies of #342BDA
Complementary color
Monochromatic Colors of #342BDA
Black with #342BDA
Text Example
Text Example
White with #342BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342BDA; }
p { color: rgb(52,43,218); }
H1.HeaderClassName
{
color: #342BDA;
}
.AnyTagClassName
{
color: #342BDA;
}
</style>
background-color css
<style>
a { background-color: #342BDA; }
a { background-color: rgb(52,43,218); }
div.DivClassName
{
background-color: #342BDA;
}
.BgClassName
{
background-color: #342BDA;
}
</style>
border-color css
<style>
span { border-color: #342BDA; }
span { border-color: rgb(52,43,218); }
td.TdClassName
{
border-color: #342BDA;
}
.TagClassName
{
border-color: #342BDA;
}
</style>