Shades of Persian Blue #2E2FBA
Tints of Persian Blue #2E2FBA
RGB
CMYK
RGB Variations
Color information
#2E2FBA (or 0x2E2FBA) is known color: Persian Blue. HEX triplet: 2E, 2F and BA. RGB value is (46,47,186). Sum of RGB (Red+Green+Blue) = 46+47+186=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E2FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2FBA is #D1D045. Grayscale: #3D3D3D. Windows color (decimal): -13750342 or 12201774. OLE color: 12201774.
HSL color Cylindrical-coordinate representation of color #2E2FBA: hue angle of 239.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E2FBA is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 47 | 186 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.27 |
| HSL | 239.57º | 0.6% | 0.45% | - |
| HSV(B) | 239.57º | 0.75% | 0.73% | - |
| XYZ | 11.01 | 6.16 | 47.06 | - |
| YUV | 62.55 | 197.67 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 47 | 186 | 0.75 | 0.75 | 0 | 0.27 | 239.57 | 0.6 | 0.45 |
| Hex | 2E | 2F | BA | 4B | 4B | 0 | 1B | F0 | 3C | 2D |
| Octal | 56 | 57 | 272 | 113 | 113 | 0 | 33 | 360 | 74 | 55 |
| Binary | 101110 | 101111 | 10111010 | 1001011 | 1001011 | 0 | 11011 | 11110000 | 111100 | 101101 |
Color Harmonies of #2E2FBA
Complementary color
Monochromatic Colors of #2E2FBA
Black with #2E2FBA
Text Example
Text Example
White with #2E2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2FBA; }
p { color: rgb(46,47,186); }
H1.HeaderClassName
{
color: #2E2FBA;
}
.AnyTagClassName
{
color: #2E2FBA;
}
</style>
background-color css
<style>
a { background-color: #2E2FBA; }
a { background-color: rgb(46,47,186); }
div.DivClassName
{
background-color: #2E2FBA;
}
.BgClassName
{
background-color: #2E2FBA;
}
</style>
border-color css
<style>
span { border-color: #2E2FBA; }
span { border-color: rgb(46,47,186); }
td.TdClassName
{
border-color: #2E2FBA;
}
.TagClassName
{
border-color: #2E2FBA;
}
</style>