Shades of Persian Blue #2E40AF
Tints of Persian Blue #2E40AF
RGB
CMYK
RGB Variations
Color information
#2E40AF (or 0x2E40AF) is known color: Persian Blue. HEX triplet: 2E, 40 and AF. RGB value is (46,64,175). Sum of RGB (Red+Green+Blue) = 46+64+175=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E40AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E40AF is #D1BF50. Grayscale: #464646. Windows color (decimal): -13746001 or 11485230. OLE color: 11485230.
HSL color Cylindrical-coordinate representation of color #2E40AF: hue angle of 231.63º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E40AF is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 64 | 175 | - |
| CMYK | 0.74 | 0.63 | 0 | 0.31 |
| HSL | 231.63º | 0.58% | 0.43% | - |
| HSV(B) | 231.63º | 0.74% | 0.69% | - |
| XYZ | 10.7 | 7.34 | 41.41 | - |
| YUV | 71.27 | 186.54 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 64 | 175 | 0.74 | 0.63 | 0 | 0.31 | 231.63 | 0.58 | 0.43 |
| Hex | 2E | 40 | AF | 4A | 3F | 0 | 1F | E8 | 3A | 2B |
| Octal | 56 | 100 | 257 | 112 | 77 | 0 | 37 | 350 | 72 | 53 |
| Binary | 101110 | 1000000 | 10101111 | 1001010 | 111111 | 0 | 11111 | 11101000 | 111010 | 101011 |
Color Harmonies of #2E40AF
Complementary color
Monochromatic Colors of #2E40AF
Black with #2E40AF
Text Example
Text Example
White with #2E40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E40AF; }
p { color: rgb(46,64,175); }
H1.HeaderClassName
{
color: #2E40AF;
}
.AnyTagClassName
{
color: #2E40AF;
}
</style>
background-color css
<style>
a { background-color: #2E40AF; }
a { background-color: rgb(46,64,175); }
div.DivClassName
{
background-color: #2E40AF;
}
.BgClassName
{
background-color: #2E40AF;
}
</style>
border-color css
<style>
span { border-color: #2E40AF; }
span { border-color: rgb(46,64,175); }
td.TdClassName
{
border-color: #2E40AF;
}
.TagClassName
{
border-color: #2E40AF;
}
</style>