Shades of Persian Blue #2E3EA2
Tints of Persian Blue #2E3EA2
RGB
CMYK
RGB Variations
Color information
#2E3EA2 (or 0x2E3EA2) is known color: Persian Blue. HEX triplet: 2E, 3E and A2. RGB value is (46,62,162). Sum of RGB (Red+Green+Blue) = 46+62+162=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #2E3EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3EA2 is #D1C15D. Grayscale: #444444. Windows color (decimal): -13746526 or 10632750. OLE color: 10632750.
HSL color Cylindrical-coordinate representation of color #2E3EA2: hue angle of 231.72º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2E3EA2 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 46 | 62 | 162 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.36 |
| HSL | 231.72º | 0.56% | 0.41% | - |
| HSV(B) | 231.72º | 0.72% | 0.64% | - |
| XYZ | 9.37 | 6.63 | 34.97 | - |
| YUV | 68.62 | 180.7 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 162 | 0.72 | 0.62 | 0 | 0.36 | 231.72 | 0.56 | 0.41 |
| Hex | 2E | 3E | A2 | 48 | 3E | 0 | 24 | E8 | 38 | 29 |
| Octal | 56 | 76 | 242 | 110 | 76 | 0 | 44 | 350 | 70 | 51 |
| Binary | 101110 | 111110 | 10100010 | 1001000 | 111110 | 0 | 100100 | 11101000 | 111000 | 101001 |
Color Harmonies of #2E3EA2
Complementary color
Monochromatic Colors of #2E3EA2
Black with #2E3EA2
Text Example
Text Example
White with #2E3EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3EA2; }
p { color: rgb(46,62,162); }
H1.HeaderClassName
{
color: #2E3EA2;
}
.AnyTagClassName
{
color: #2E3EA2;
}
</style>
background-color css
<style>
a { background-color: #2E3EA2; }
a { background-color: rgb(46,62,162); }
div.DivClassName
{
background-color: #2E3EA2;
}
.BgClassName
{
background-color: #2E3EA2;
}
</style>
border-color css
<style>
span { border-color: #2E3EA2; }
span { border-color: rgb(46,62,162); }
td.TdClassName
{
border-color: #2E3EA2;
}
.TagClassName
{
border-color: #2E3EA2;
}
</style>