Shades of Persian Blue #2E34BA
Tints of Persian Blue #2E34BA
RGB
CMYK
RGB Variations
Color information
#2E34BA (or 0x2E34BA) is known color: Persian Blue. HEX triplet: 2E, 34 and BA. RGB value is (46,52,186). Sum of RGB (Red+Green+Blue) = 46+52+186=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E34BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E34BA is #D1CB45. Grayscale: #404040. Windows color (decimal): -13749062 or 12203054. OLE color: 12203054.
HSL color Cylindrical-coordinate representation of color #2E34BA: hue angle of 237.43º 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 #2E34BA is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 52 | 186 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.27 |
| HSL | 237.43º | 0.6% | 0.45% | - |
| HSV(B) | 237.43º | 0.75% | 0.73% | - |
| XYZ | 11.22 | 6.58 | 47.13 | - |
| YUV | 65.48 | 196.01 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 52 | 186 | 0.75 | 0.72 | 0 | 0.27 | 237.43 | 0.6 | 0.45 |
| Hex | 2E | 34 | BA | 4B | 48 | 0 | 1B | ED | 3C | 2D |
| Octal | 56 | 64 | 272 | 113 | 110 | 0 | 33 | 355 | 74 | 55 |
| Binary | 101110 | 110100 | 10111010 | 1001011 | 1001000 | 0 | 11011 | 11101101 | 111100 | 101101 |
Color Harmonies of #2E34BA
Complementary color
Monochromatic Colors of #2E34BA
Black with #2E34BA
Text Example
Text Example
White with #2E34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E34BA; }
p { color: rgb(46,52,186); }
H1.HeaderClassName
{
color: #2E34BA;
}
.AnyTagClassName
{
color: #2E34BA;
}
</style>
background-color css
<style>
a { background-color: #2E34BA; }
a { background-color: rgb(46,52,186); }
div.DivClassName
{
background-color: #2E34BA;
}
.BgClassName
{
background-color: #2E34BA;
}
</style>
border-color css
<style>
span { border-color: #2E34BA; }
span { border-color: rgb(46,52,186); }
td.TdClassName
{
border-color: #2E34BA;
}
.TagClassName
{
border-color: #2E34BA;
}
</style>