Shades of Persian Blue #342FDB
Tints of Persian Blue #342FDB
RGB
CMYK
RGB Variations
Color information
#342FDB (or 0x342FDB) is known color: Persian Blue. HEX triplet: 34, 2F and DB. RGB value is (52,47,219). Sum of RGB (Red+Green+Blue) = 52+47+219=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #342FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342FDB is #CBD024. Grayscale: #434343. Windows color (decimal): -13357093 or 14364468. OLE color: 14364468.
HSL color Cylindrical-coordinate representation of color #342FDB: hue angle of 241.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #342FDB is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 47 | 219 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.14 |
| HSL | 241.74º | 0.7% | 0.52% | - |
| HSV(B) | 241.74º | 0.79% | 0.86% | - |
| XYZ | 15.22 | 7.88 | 67.74 | - |
| YUV | 68.1 | 213.16 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 47 | 219 | 0.76 | 0.79 | 0 | 0.14 | 241.74 | 0.7 | 0.52 |
| Hex | 34 | 2F | DB | 4C | 4F | 0 | E | F2 | 46 | 34 |
| Octal | 64 | 57 | 333 | 114 | 117 | 0 | 16 | 362 | 106 | 64 |
| Binary | 110100 | 101111 | 11011011 | 1001100 | 1001111 | 0 | 1110 | 11110010 | 1000110 | 110100 |
Color Harmonies of #342FDB
Complementary color
Monochromatic Colors of #342FDB
Black with #342FDB
Text Example
Text Example
White with #342FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342FDB; }
p { color: rgb(52,47,219); }
H1.HeaderClassName
{
color: #342FDB;
}
.AnyTagClassName
{
color: #342FDB;
}
</style>
background-color css
<style>
a { background-color: #342FDB; }
a { background-color: rgb(52,47,219); }
div.DivClassName
{
background-color: #342FDB;
}
.BgClassName
{
background-color: #342FDB;
}
</style>
border-color css
<style>
span { border-color: #342FDB; }
span { border-color: rgb(52,47,219); }
td.TdClassName
{
border-color: #342FDB;
}
.TagClassName
{
border-color: #342FDB;
}
</style>