Shades of Persian Blue #2E23BD
Tints of Persian Blue #2E23BD
RGB
CMYK
RGB Variations
Color information
#2E23BD (or 0x2E23BD) is known color: Persian Blue. HEX triplet: 2E, 23 and BD. RGB value is (46,35,189). Sum of RGB (Red+Green+Blue) = 46+35+189=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 189 (74.22% from 255 or 70% from 270); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E23BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E23BD is #D1DC42. Grayscale: #373737. Windows color (decimal): -13753411 or 12395310. OLE color: 12395310.
HSL color Cylindrical-coordinate representation of color #2E23BD: hue angle of 244.29º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E23BD is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 35 | 189 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.26 |
| HSL | 244.29º | 0.69% | 0.44% | - |
| HSV(B) | 244.29º | 0.81% | 0.74% | - |
| XYZ | 10.91 | 5.46 | 48.62 | - |
| YUV | 55.85 | 203.14 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 189 | 0.76 | 0.81 | 0 | 0.26 | 244.29 | 0.69 | 0.44 |
| Hex | 2E | 23 | BD | 4C | 51 | 0 | 1A | F4 | 45 | 2C |
| Octal | 56 | 43 | 275 | 114 | 121 | 0 | 32 | 364 | 105 | 54 |
| Binary | 101110 | 100011 | 10111101 | 1001100 | 1010001 | 0 | 11010 | 11110100 | 1000101 | 101100 |
Color Harmonies of #2E23BD
Complementary color
Monochromatic Colors of #2E23BD
Black with #2E23BD
Text Example
Text Example
White with #2E23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E23BD; }
p { color: rgb(46,35,189); }
H1.HeaderClassName
{
color: #2E23BD;
}
.AnyTagClassName
{
color: #2E23BD;
}
</style>
background-color css
<style>
a { background-color: #2E23BD; }
a { background-color: rgb(46,35,189); }
div.DivClassName
{
background-color: #2E23BD;
}
.BgClassName
{
background-color: #2E23BD;
}
</style>
border-color css
<style>
span { border-color: #2E23BD; }
span { border-color: rgb(46,35,189); }
td.TdClassName
{
border-color: #2E23BD;
}
.TagClassName
{
border-color: #2E23BD;
}
</style>