Shades of Persian Blue #342DCD
Tints of Persian Blue #342DCD
RGB
CMYK
RGB Variations
Color information
#342DCD (or 0x342DCD) is known color: Persian Blue. HEX triplet: 34, 2D and CD. RGB value is (52,45,205). Sum of RGB (Red+Green+Blue) = 52+45+205=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #342DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DCD is #CBD232. Grayscale: #404040. Windows color (decimal): -13357619 or 13446452. OLE color: 13446452.
HSL color Cylindrical-coordinate representation of color #342DCD: hue angle of 242.62º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #342DCD is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 45 | 205 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.20 |
| HSL | 242.63º | 0.64% | 0.49% | - |
| HSV(B) | 242.63º | 0.78% | 0.8% | - |
| XYZ | 13.37 | 7.01 | 58.41 | - |
| YUV | 65.33 | 206.82 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 45 | 205 | 0.75 | 0.78 | 0 | 0.20 | 242.63 | 0.64 | 0.49 |
| Hex | 34 | 2D | CD | 4B | 4E | 0 | 14 | F3 | 40 | 31 |
| Octal | 64 | 55 | 315 | 113 | 116 | 0 | 24 | 363 | 100 | 61 |
| Binary | 110100 | 101101 | 11001101 | 1001011 | 1001110 | 0 | 10100 | 11110011 | 1000000 | 110001 |
Color Harmonies of #342DCD
Complementary color
Monochromatic Colors of #342DCD
Black with #342DCD
Text Example
Text Example
White with #342DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342DCD; }
p { color: rgb(52,45,205); }
H1.HeaderClassName
{
color: #342DCD;
}
.AnyTagClassName
{
color: #342DCD;
}
</style>
background-color css
<style>
a { background-color: #342DCD; }
a { background-color: rgb(52,45,205); }
div.DivClassName
{
background-color: #342DCD;
}
.BgClassName
{
background-color: #342DCD;
}
</style>
border-color css
<style>
span { border-color: #342DCD; }
span { border-color: rgb(52,45,205); }
td.TdClassName
{
border-color: #342DCD;
}
.TagClassName
{
border-color: #342DCD;
}
</style>