Shades of Persian Blue #2E3DAB
Tints of Persian Blue #2E3DAB
RGB
CMYK
RGB Variations
Color information
#2E3DAB (or 0x2E3DAB) is known color: Persian Blue. HEX triplet: 2E, 3D and AB. RGB value is (46,61,171). Sum of RGB (Red+Green+Blue) = 46+61+171=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 61 (24.22% from 255 or 21.94% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E3DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3DAB is #D1C254. Grayscale: #444444. Windows color (decimal): -13746773 or 11222318. OLE color: 11222318.
HSL color Cylindrical-coordinate representation of color #2E3DAB: hue angle of 232.8º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E3DAB is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 61 | 171 | - |
| CMYK | 0.73 | 0.64 | 0 | 0.33 |
| HSL | 232.8º | 0.58% | 0.43% | - |
| HSV(B) | 232.8º | 0.73% | 0.67% | - |
| XYZ | 10.15 | 6.86 | 39.32 | - |
| YUV | 69.06 | 185.53 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 171 | 0.73 | 0.64 | 0 | 0.33 | 232.8 | 0.58 | 0.43 |
| Hex | 2E | 3D | AB | 49 | 40 | 0 | 21 | E9 | 3A | 2B |
| Octal | 56 | 75 | 253 | 111 | 100 | 0 | 41 | 351 | 72 | 53 |
| Binary | 101110 | 111101 | 10101011 | 1001001 | 1000000 | 0 | 100001 | 11101001 | 111010 | 101011 |
Color Harmonies of #2E3DAB
Complementary color
Monochromatic Colors of #2E3DAB
Black with #2E3DAB
Text Example
Text Example
White with #2E3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3DAB; }
p { color: rgb(46,61,171); }
H1.HeaderClassName
{
color: #2E3DAB;
}
.AnyTagClassName
{
color: #2E3DAB;
}
</style>
background-color css
<style>
a { background-color: #2E3DAB; }
a { background-color: rgb(46,61,171); }
div.DivClassName
{
background-color: #2E3DAB;
}
.BgClassName
{
background-color: #2E3DAB;
}
</style>
border-color css
<style>
span { border-color: #2E3DAB; }
span { border-color: rgb(46,61,171); }
td.TdClassName
{
border-color: #2E3DAB;
}
.TagClassName
{
border-color: #2E3DAB;
}
</style>