Shades of Persian Blue #2E2FAF
Tints of Persian Blue #2E2FAF
RGB
CMYK
RGB Variations
Color information
#2E2FAF (or 0x2E2FAF) is known color: Persian Blue. HEX triplet: 2E, 2F and AF. RGB value is (46,47,175). Sum of RGB (Red+Green+Blue) = 46+47+175=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #2E2FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2FAF is #D1D050. Grayscale: #3C3C3C. Windows color (decimal): -13750353 or 11480878. OLE color: 11480878.
HSL color Cylindrical-coordinate representation of color #2E2FAF: hue angle of 239.53º 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 #2E2FAF is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 47 | 175 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.31 |
| HSL | 239.53º | 0.58% | 0.43% | - |
| HSV(B) | 239.53º | 0.74% | 0.69% | - |
| XYZ | 9.88 | 5.71 | 41.14 | - |
| YUV | 61.29 | 192.17 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 175 | 0.74 | 0.73 | 0 | 0.31 | 239.53 | 0.58 | 0.43 |
| Hex | 2E | 2F | AF | 4A | 49 | 0 | 1F | F0 | 3A | 2B |
| Octal | 56 | 57 | 257 | 112 | 111 | 0 | 37 | 360 | 72 | 53 |
| Binary | 101110 | 101111 | 10101111 | 1001010 | 1001001 | 0 | 11111 | 11110000 | 111010 | 101011 |
Color Harmonies of #2E2FAF
Complementary color
Monochromatic Colors of #2E2FAF
Black with #2E2FAF
Text Example
Text Example
White with #2E2FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2FAF; }
p { color: rgb(46,47,175); }
H1.HeaderClassName
{
color: #2E2FAF;
}
.AnyTagClassName
{
color: #2E2FAF;
}
</style>
background-color css
<style>
a { background-color: #2E2FAF; }
a { background-color: rgb(46,47,175); }
div.DivClassName
{
background-color: #2E2FAF;
}
.BgClassName
{
background-color: #2E2FAF;
}
</style>
border-color css
<style>
span { border-color: #2E2FAF; }
span { border-color: rgb(46,47,175); }
td.TdClassName
{
border-color: #2E2FAF;
}
.TagClassName
{
border-color: #2E2FAF;
}
</style>