Shades of Persian Blue #2E2FAB
Tints of Persian Blue #2E2FAB
RGB
CMYK
RGB Variations
Color information
#2E2FAB (or 0x2E2FAB) is known color: Persian Blue. HEX triplet: 2E, 2F and AB. RGB value is (46,47,171). Sum of RGB (Red+Green+Blue) = 46+47+171=264 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.42% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E2FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2FAB is #D1D054. Grayscale: #3C3C3C. Windows color (decimal): -13750357 or 11218734. OLE color: 11218734.
HSL color Cylindrical-coordinate representation of color #2E2FAB: hue angle of 239.52º 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 #2E2FAB is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 47 | 171 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.33 |
| HSL | 239.52º | 0.58% | 0.43% | - |
| HSV(B) | 239.52º | 0.73% | 0.67% | - |
| XYZ | 9.49 | 5.55 | 39.1 | - |
| YUV | 60.84 | 190.17 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 171 | 0.73 | 0.73 | 0 | 0.33 | 239.52 | 0.58 | 0.43 |
| Hex | 2E | 2F | AB | 49 | 49 | 0 | 21 | F0 | 3A | 2B |
| Octal | 56 | 57 | 253 | 111 | 111 | 0 | 41 | 360 | 72 | 53 |
| Binary | 101110 | 101111 | 10101011 | 1001001 | 1001001 | 0 | 100001 | 11110000 | 111010 | 101011 |
Color Harmonies of #2E2FAB
Complementary color
Monochromatic Colors of #2E2FAB
Black with #2E2FAB
Text Example
Text Example
White with #2E2FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2FAB; }
p { color: rgb(46,47,171); }
H1.HeaderClassName
{
color: #2E2FAB;
}
.AnyTagClassName
{
color: #2E2FAB;
}
</style>
background-color css
<style>
a { background-color: #2E2FAB; }
a { background-color: rgb(46,47,171); }
div.DivClassName
{
background-color: #2E2FAB;
}
.BgClassName
{
background-color: #2E2FAB;
}
</style>
border-color css
<style>
span { border-color: #2E2FAB; }
span { border-color: rgb(46,47,171); }
td.TdClassName
{
border-color: #2E2FAB;
}
.TagClassName
{
border-color: #2E2FAB;
}
</style>