Shades of Persian Blue #342EDF
Tints of Persian Blue #342EDF
RGB
CMYK
RGB Variations
Color information
#342EDF (or 0x342EDF) is known color: Persian Blue. HEX triplet: 34, 2E and DF. RGB value is (52,46,223). Sum of RGB (Red+Green+Blue) = 52+46+223=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 46 (18.36% from 255 or 14.33% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #342EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342EDF is #CBD120. Grayscale: #434343. Windows color (decimal): -13357345 or 14626356. OLE color: 14626356.
HSL color Cylindrical-coordinate representation of color #342EDF: hue angle of 242.03º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342EDF is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 46 | 223 | - |
| CMYK | 0.77 | 0.79 | 0 | 0.13 |
| HSL | 242.03º | 0.73% | 0.53% | - |
| HSV(B) | 242.03º | 0.79% | 0.87% | - |
| XYZ | 15.71 | 8.01 | 70.53 | - |
| YUV | 67.97 | 215.49 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 46 | 223 | 0.77 | 0.79 | 0 | 0.13 | 242.03 | 0.73 | 0.53 |
| Hex | 34 | 2E | DF | 4D | 4F | 0 | D | F2 | 49 | 35 |
| Octal | 64 | 56 | 337 | 115 | 117 | 0 | 15 | 362 | 111 | 65 |
| Binary | 110100 | 101110 | 11011111 | 1001101 | 1001111 | 0 | 1101 | 11110010 | 1001001 | 110101 |
Color Harmonies of #342EDF
Complementary color
Monochromatic Colors of #342EDF
Black with #342EDF
Text Example
Text Example
White with #342EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342EDF; }
p { color: rgb(52,46,223); }
H1.HeaderClassName
{
color: #342EDF;
}
.AnyTagClassName
{
color: #342EDF;
}
</style>
background-color css
<style>
a { background-color: #342EDF; }
a { background-color: rgb(52,46,223); }
div.DivClassName
{
background-color: #342EDF;
}
.BgClassName
{
background-color: #342EDF;
}
</style>
border-color css
<style>
span { border-color: #342EDF; }
span { border-color: rgb(52,46,223); }
td.TdClassName
{
border-color: #342EDF;
}
.TagClassName
{
border-color: #342EDF;
}
</style>