Shades of Persian Blue #2E22BE
Tints of Persian Blue #2E22BE
RGB
CMYK
RGB Variations
Color information
#2E22BE (or 0x2E22BE) is known color: Persian Blue. HEX triplet: 2E, 22 and BE. RGB value is (46,34,190). Sum of RGB (Red+Green+Blue) = 46+34+190=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E22BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E22BE is #D1DD41. Grayscale: #363636. Windows color (decimal): -13753666 or 12460590. OLE color: 12460590.
HSL color Cylindrical-coordinate representation of color #2E22BE: hue angle of 244.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E22BE is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 34 | 190 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.25 |
| HSL | 244.62º | 0.7% | 0.44% | - |
| HSV(B) | 244.62º | 0.82% | 0.75% | - |
| XYZ | 10.99 | 5.44 | 49.19 | - |
| YUV | 55.37 | 203.98 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 34 | 190 | 0.76 | 0.82 | 0 | 0.25 | 244.62 | 0.7 | 0.44 |
| Hex | 2E | 22 | BE | 4C | 52 | 0 | 19 | F5 | 46 | 2C |
| Octal | 56 | 42 | 276 | 114 | 122 | 0 | 31 | 365 | 106 | 54 |
| Binary | 101110 | 100010 | 10111110 | 1001100 | 1010010 | 0 | 11001 | 11110101 | 1000110 | 101100 |
Color Harmonies of #2E22BE
Complementary color
Monochromatic Colors of #2E22BE
Black with #2E22BE
Text Example
Text Example
White with #2E22BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E22BE; }
p { color: rgb(46,34,190); }
H1.HeaderClassName
{
color: #2E22BE;
}
.AnyTagClassName
{
color: #2E22BE;
}
</style>
background-color css
<style>
a { background-color: #2E22BE; }
a { background-color: rgb(46,34,190); }
div.DivClassName
{
background-color: #2E22BE;
}
.BgClassName
{
background-color: #2E22BE;
}
</style>
border-color css
<style>
span { border-color: #2E22BE; }
span { border-color: rgb(46,34,190); }
td.TdClassName
{
border-color: #2E22BE;
}
.TagClassName
{
border-color: #2E22BE;
}
</style>