Shades of Persian Blue #342CDB
Tints of Persian Blue #342CDB
RGB
CMYK
RGB Variations
Color information
#342CDB (or 0x342CDB) is known color: Persian Blue. HEX triplet: 34, 2C and DB. RGB value is (52,44,219). Sum of RGB (Red+Green+Blue) = 52+44+219=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #342CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CDB is #CBD324. Grayscale: #414141. Windows color (decimal): -13357861 or 14363700. OLE color: 14363700.
HSL color Cylindrical-coordinate representation of color #342CDB: hue angle of 242.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342CDB is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 44 | 219 | - |
| CMYK | 0.76 | 0.80 | 0 | 0.14 |
| HSL | 242.74º | 0.71% | 0.52% | - |
| HSV(B) | 242.74º | 0.8% | 0.86% | - |
| XYZ | 15.1 | 7.65 | 67.7 | - |
| YUV | 66.34 | 214.15 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 44 | 219 | 0.76 | 0.80 | 0 | 0.14 | 242.74 | 0.71 | 0.52 |
| Hex | 34 | 2C | DB | 4C | 50 | 0 | E | F3 | 47 | 34 |
| Octal | 64 | 54 | 333 | 114 | 120 | 0 | 16 | 363 | 107 | 64 |
| Binary | 110100 | 101100 | 11011011 | 1001100 | 1010000 | 0 | 1110 | 11110011 | 1000111 | 110100 |
Color Harmonies of #342CDB
Complementary color
Monochromatic Colors of #342CDB
Black with #342CDB
Text Example
Text Example
White with #342CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342CDB; }
p { color: rgb(52,44,219); }
H1.HeaderClassName
{
color: #342CDB;
}
.AnyTagClassName
{
color: #342CDB;
}
</style>
background-color css
<style>
a { background-color: #342CDB; }
a { background-color: rgb(52,44,219); }
div.DivClassName
{
background-color: #342CDB;
}
.BgClassName
{
background-color: #342CDB;
}
</style>
border-color css
<style>
span { border-color: #342CDB; }
span { border-color: rgb(52,44,219); }
td.TdClassName
{
border-color: #342CDB;
}
.TagClassName
{
border-color: #342CDB;
}
</style>