Shades of Persian Blue #2E3CDB
Tints of Persian Blue #2E3CDB
RGB
CMYK
RGB Variations
Color information
#2E3CDB (or 0x2E3CDB) is known color: Persian Blue. HEX triplet: 2E, 3C and DB. RGB value is (46,60,219). Sum of RGB (Red+Green+Blue) = 46+60+219=325 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.15% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 219 (85.94% from 255 or 67.38% from 325); Max value from RGB is 219 - color contains mainly: blue. Hex color #2E3CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CDB is #D1C324. Grayscale: #494949. Windows color (decimal): -13746981 or 14367790. OLE color: 14367790.
HSL color Cylindrical-coordinate representation of color #2E3CDB: hue angle of 235.14º 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 #2E3CDB is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 60 | 219 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.14 |
| HSL | 235.14º | 0.71% | 0.52% | - |
| HSV(B) | 235.14º | 0.79% | 0.86% | - |
| XYZ | 15.53 | 8.93 | 67.92 | - |
| YUV | 73.94 | 209.86 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 219 | 0.79 | 0.73 | 0 | 0.14 | 235.14 | 0.71 | 0.52 |
| Hex | 2E | 3C | DB | 4F | 49 | 0 | E | EB | 47 | 34 |
| Octal | 56 | 74 | 333 | 117 | 111 | 0 | 16 | 353 | 107 | 64 |
| Binary | 101110 | 111100 | 11011011 | 1001111 | 1001001 | 0 | 1110 | 11101011 | 1000111 | 110100 |
Color Harmonies of #2E3CDB
Complementary color
Monochromatic Colors of #2E3CDB
Black with #2E3CDB
Text Example
Text Example
White with #2E3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3CDB; }
p { color: rgb(46,60,219); }
H1.HeaderClassName
{
color: #2E3CDB;
}
.AnyTagClassName
{
color: #2E3CDB;
}
</style>
background-color css
<style>
a { background-color: #2E3CDB; }
a { background-color: rgb(46,60,219); }
div.DivClassName
{
background-color: #2E3CDB;
}
.BgClassName
{
background-color: #2E3CDB;
}
</style>
border-color css
<style>
span { border-color: #2E3CDB; }
span { border-color: rgb(46,60,219); }
td.TdClassName
{
border-color: #2E3CDB;
}
.TagClassName
{
border-color: #2E3CDB;
}
</style>