Shades of Persian Blue #342ADC
Tints of Persian Blue #342ADC
RGB
CMYK
RGB Variations
Color information
#342ADC (or 0x342ADC) is known color: Persian Blue. HEX triplet: 34, 2A and DC. RGB value is (52,42,220). Sum of RGB (Red+Green+Blue) = 52+42+220=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #342ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ADC is #CBD523. Grayscale: #404040. Windows color (decimal): -13358372 or 14428724. OLE color: 14428724.
HSL color Cylindrical-coordinate representation of color #342ADC: hue angle of 243.37º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #342ADC is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 42 | 220 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.14 |
| HSL | 243.37º | 0.72% | 0.51% | - |
| HSV(B) | 243.37º | 0.81% | 0.86% | - |
| XYZ | 15.16 | 7.55 | 68.37 | - |
| YUV | 65.28 | 215.31 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 42 | 220 | 0.76 | 0.81 | 0 | 0.14 | 243.37 | 0.72 | 0.51 |
| Hex | 34 | 2A | DC | 4C | 51 | 0 | E | F3 | 48 | 33 |
| Octal | 64 | 52 | 334 | 114 | 121 | 0 | 16 | 363 | 110 | 63 |
| Binary | 110100 | 101010 | 11011100 | 1001100 | 1010001 | 0 | 1110 | 11110011 | 1001000 | 110011 |
Color Harmonies of #342ADC
Complementary color
Monochromatic Colors of #342ADC
Black with #342ADC
Text Example
Text Example
White with #342ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342ADC; }
p { color: rgb(52,42,220); }
H1.HeaderClassName
{
color: #342ADC;
}
.AnyTagClassName
{
color: #342ADC;
}
</style>
background-color css
<style>
a { background-color: #342ADC; }
a { background-color: rgb(52,42,220); }
div.DivClassName
{
background-color: #342ADC;
}
.BgClassName
{
background-color: #342ADC;
}
</style>
border-color css
<style>
span { border-color: #342ADC; }
span { border-color: rgb(52,42,220); }
td.TdClassName
{
border-color: #342ADC;
}
.TagClassName
{
border-color: #342ADC;
}
</style>