Shades of Persian Blue #342DDD
Tints of Persian Blue #342DDD
RGB
CMYK
RGB Variations
Color information
#342DDD (or 0x342DDD) is known color: Persian Blue. HEX triplet: 34, 2D and DD. RGB value is (52,45,221). Sum of RGB (Red+Green+Blue) = 52+45+221=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 45 (17.97% from 255 or 14.15% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #342DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DDD is #CBD222. Grayscale: #424242. Windows color (decimal): -13357603 or 14495028. OLE color: 14495028.
HSL color Cylindrical-coordinate representation of color #342DDD: hue angle of 242.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342DDD is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 45 | 221 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.13 |
| HSL | 242.39º | 0.72% | 0.52% | - |
| HSV(B) | 242.39º | 0.8% | 0.87% | - |
| XYZ | 15.41 | 7.83 | 69.11 | - |
| YUV | 67.16 | 214.82 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 221 | 0.76 | 0.80 | 0 | 0.13 | 242.39 | 0.72 | 0.52 |
| Hex | 34 | 2D | DD | 4C | 50 | 0 | D | F2 | 48 | 34 |
| Octal | 64 | 55 | 335 | 114 | 120 | 0 | 15 | 362 | 110 | 64 |
| Binary | 110100 | 101101 | 11011101 | 1001100 | 1010000 | 0 | 1101 | 11110010 | 1001000 | 110100 |
Color Harmonies of #342DDD
Complementary color
Monochromatic Colors of #342DDD
Black with #342DDD
Text Example
Text Example
White with #342DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342DDD; }
p { color: rgb(52,45,221); }
H1.HeaderClassName
{
color: #342DDD;
}
.AnyTagClassName
{
color: #342DDD;
}
</style>
background-color css
<style>
a { background-color: #342DDD; }
a { background-color: rgb(52,45,221); }
div.DivClassName
{
background-color: #342DDD;
}
.BgClassName
{
background-color: #342DDD;
}
</style>
border-color css
<style>
span { border-color: #342DDD; }
span { border-color: rgb(52,45,221); }
td.TdClassName
{
border-color: #342DDD;
}
.TagClassName
{
border-color: #342DDD;
}
</style>