Shades of Persian Blue #2E3FAB
Tints of Persian Blue #2E3FAB
RGB
CMYK
RGB Variations
Color information
#2E3FAB (or 0x2E3FAB) is known color: Persian Blue. HEX triplet: 2E, 3F and AB. RGB value is (46,63,171). Sum of RGB (Red+Green+Blue) = 46+63+171=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E3FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E3FAB is #D1C054. Grayscale: #454545. Windows color (decimal): -13746261 or 11222830. OLE color: 11222830.
HSL color Cylindrical-coordinate representation of color #2E3FAB: hue angle of 231.84º 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 #2E3FAB is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 63 | 171 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.33 |
| HSL | 231.84º | 0.58% | 0.43% | - |
| HSV(B) | 231.84º | 0.73% | 0.67% | - |
| XYZ | 10.25 | 7.08 | 39.35 | - |
| YUV | 70.23 | 184.87 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 171 | 0.73 | 0.63 | 0 | 0.33 | 231.84 | 0.58 | 0.43 |
| Hex | 2E | 3F | AB | 49 | 3F | 0 | 21 | E8 | 3A | 2B |
| Octal | 56 | 77 | 253 | 111 | 77 | 0 | 41 | 350 | 72 | 53 |
| Binary | 101110 | 111111 | 10101011 | 1001001 | 111111 | 0 | 100001 | 11101000 | 111010 | 101011 |
Color Harmonies of #2E3FAB
Complementary color
Monochromatic Colors of #2E3FAB
Black with #2E3FAB
Text Example
Text Example
White with #2E3FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3FAB; }
p { color: rgb(46,63,171); }
H1.HeaderClassName
{
color: #2E3FAB;
}
.AnyTagClassName
{
color: #2E3FAB;
}
</style>
background-color css
<style>
a { background-color: #2E3FAB; }
a { background-color: rgb(46,63,171); }
div.DivClassName
{
background-color: #2E3FAB;
}
.BgClassName
{
background-color: #2E3FAB;
}
</style>
border-color css
<style>
span { border-color: #2E3FAB; }
span { border-color: rgb(46,63,171); }
td.TdClassName
{
border-color: #2E3FAB;
}
.TagClassName
{
border-color: #2E3FAB;
}
</style>