Shades of Persian Blue #2E20BD
Tints of Persian Blue #2E20BD
RGB
CMYK
RGB Variations
Color information
#2E20BD (or 0x2E20BD) is known color: Persian Blue. HEX triplet: 2E, 20 and BD. RGB value is (46,32,189). Sum of RGB (Red+Green+Blue) = 46+32+189=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 189 (74.22% from 255 or 70.79% from 267); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E20BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E20BD is #D1DF42. Grayscale: #353535. Windows color (decimal): -13754179 or 12394542. OLE color: 12394542.
HSL color Cylindrical-coordinate representation of color #2E20BD: hue angle of 245.35º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E20BD is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 32 | 189 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.26 |
| HSL | 245.35º | 0.71% | 0.43% | - |
| HSV(B) | 245.35º | 0.83% | 0.74% | - |
| XYZ | 10.83 | 5.29 | 48.59 | - |
| YUV | 54.08 | 204.14 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 189 | 0.76 | 0.83 | 0 | 0.26 | 245.35 | 0.71 | 0.43 |
| Hex | 2E | 20 | BD | 4C | 53 | 0 | 1A | F5 | 47 | 2B |
| Octal | 56 | 40 | 275 | 114 | 123 | 0 | 32 | 365 | 107 | 53 |
| Binary | 101110 | 100000 | 10111101 | 1001100 | 1010011 | 0 | 11010 | 11110101 | 1000111 | 101011 |
Color Harmonies of #2E20BD
Complementary color
Monochromatic Colors of #2E20BD
Black with #2E20BD
Text Example
Text Example
White with #2E20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E20BD; }
p { color: rgb(46,32,189); }
H1.HeaderClassName
{
color: #2E20BD;
}
.AnyTagClassName
{
color: #2E20BD;
}
</style>
background-color css
<style>
a { background-color: #2E20BD; }
a { background-color: rgb(46,32,189); }
div.DivClassName
{
background-color: #2E20BD;
}
.BgClassName
{
background-color: #2E20BD;
}
</style>
border-color css
<style>
span { border-color: #2E20BD; }
span { border-color: rgb(46,32,189); }
td.TdClassName
{
border-color: #2E20BD;
}
.TagClassName
{
border-color: #2E20BD;
}
</style>