Shades of Persian Blue #2E3BDB
Tints of Persian Blue #2E3BDB
RGB
CMYK
RGB Variations
Color information
#2E3BDB (or 0x2E3BDB) is known color: Persian Blue. HEX triplet: 2E, 3B and DB. RGB value is (46,59,219). Sum of RGB (Red+Green+Blue) = 46+59+219=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E3BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BDB is #D1C424. Grayscale: #484848. Windows color (decimal): -13747237 or 14367534. OLE color: 14367534.
HSL color Cylindrical-coordinate representation of color #2E3BDB: hue angle of 235.49º degrees, saturation: 0.71, 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 #2E3BDB is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 59 | 219 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.14 |
| HSL | 235.49º | 0.71% | 0.52% | - |
| HSV(B) | 235.49º | 0.79% | 0.86% | - |
| XYZ | 15.48 | 8.82 | 67.91 | - |
| YUV | 73.35 | 210.19 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 219 | 0.79 | 0.73 | 0 | 0.14 | 235.49 | 0.71 | 0.52 |
| Hex | 2E | 3B | DB | 4F | 49 | 0 | E | EB | 47 | 34 |
| Octal | 56 | 73 | 333 | 117 | 111 | 0 | 16 | 353 | 107 | 64 |
| Binary | 101110 | 111011 | 11011011 | 1001111 | 1001001 | 0 | 1110 | 11101011 | 1000111 | 110100 |
Color Harmonies of #2E3BDB
Complementary color
Monochromatic Colors of #2E3BDB
Black with #2E3BDB
Text Example
Text Example
White with #2E3BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3BDB; }
p { color: rgb(46,59,219); }
H1.HeaderClassName
{
color: #2E3BDB;
}
.AnyTagClassName
{
color: #2E3BDB;
}
</style>
background-color css
<style>
a { background-color: #2E3BDB; }
a { background-color: rgb(46,59,219); }
div.DivClassName
{
background-color: #2E3BDB;
}
.BgClassName
{
background-color: #2E3BDB;
}
</style>
border-color css
<style>
span { border-color: #2E3BDB; }
span { border-color: rgb(46,59,219); }
td.TdClassName
{
border-color: #2E3BDB;
}
.TagClassName
{
border-color: #2E3BDB;
}
</style>