Shades of Persian Blue #2E3BDD
Tints of Persian Blue #2E3BDD
RGB
CMYK
RGB Variations
Color information
#2E3BDD (or 0x2E3BDD) is known color: Persian Blue. HEX triplet: 2E, 3B and DD. RGB value is (46,59,221). Sum of RGB (Red+Green+Blue) = 46+59+221=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E3BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3BDD is #D1C422. Grayscale: #484848. Windows color (decimal): -13747235 or 14498606. OLE color: 14498606.
HSL color Cylindrical-coordinate representation of color #2E3BDD: hue angle of 235.54º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3BDD is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 59 | 221 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.13 |
| HSL | 235.54º | 0.72% | 0.52% | - |
| HSV(B) | 235.54º | 0.79% | 0.87% | - |
| XYZ | 15.74 | 8.93 | 69.3 | - |
| YUV | 73.58 | 211.19 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 221 | 0.79 | 0.73 | 0 | 0.13 | 235.54 | 0.72 | 0.52 |
| Hex | 2E | 3B | DD | 4F | 49 | 0 | D | EC | 48 | 34 |
| Octal | 56 | 73 | 335 | 117 | 111 | 0 | 15 | 354 | 110 | 64 |
| Binary | 101110 | 111011 | 11011101 | 1001111 | 1001001 | 0 | 1101 | 11101100 | 1001000 | 110100 |
Color Harmonies of #2E3BDD
Complementary color
Monochromatic Colors of #2E3BDD
Black with #2E3BDD
Text Example
Text Example
White with #2E3BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3BDD; }
p { color: rgb(46,59,221); }
H1.HeaderClassName
{
color: #2E3BDD;
}
.AnyTagClassName
{
color: #2E3BDD;
}
</style>
background-color css
<style>
a { background-color: #2E3BDD; }
a { background-color: rgb(46,59,221); }
div.DivClassName
{
background-color: #2E3BDD;
}
.BgClassName
{
background-color: #2E3BDD;
}
</style>
border-color css
<style>
span { border-color: #2E3BDD; }
span { border-color: rgb(46,59,221); }
td.TdClassName
{
border-color: #2E3BDD;
}
.TagClassName
{
border-color: #2E3BDD;
}
</style>