Shades of Persian Blue #2E26BA
Tints of Persian Blue #2E26BA
RGB
CMYK
RGB Variations
Color information
#2E26BA (or 0x2E26BA) is known color: Persian Blue. HEX triplet: 2E, 26 and BA. RGB value is (46,38,186). Sum of RGB (Red+Green+Blue) = 46+38+186=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E26BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E26BA is #D1D945. Grayscale: #383838. Windows color (decimal): -13752646 or 12199470. OLE color: 12199470.
HSL color Cylindrical-coordinate representation of color #2E26BA: hue angle of 243.24º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E26BA is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 38 | 186 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.27 |
| HSL | 243.24º | 0.66% | 0.44% | - |
| HSV(B) | 243.24º | 0.8% | 0.73% | - |
| XYZ | 10.68 | 5.51 | 46.96 | - |
| YUV | 57.26 | 200.65 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 186 | 0.75 | 0.80 | 0 | 0.27 | 243.24 | 0.66 | 0.44 |
| Hex | 2E | 26 | BA | 4B | 50 | 0 | 1B | F3 | 42 | 2C |
| Octal | 56 | 46 | 272 | 113 | 120 | 0 | 33 | 363 | 102 | 54 |
| Binary | 101110 | 100110 | 10111010 | 1001011 | 1010000 | 0 | 11011 | 11110011 | 1000010 | 101100 |
Color Harmonies of #2E26BA
Complementary color
Monochromatic Colors of #2E26BA
Black with #2E26BA
Text Example
Text Example
White with #2E26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E26BA; }
p { color: rgb(46,38,186); }
H1.HeaderClassName
{
color: #2E26BA;
}
.AnyTagClassName
{
color: #2E26BA;
}
</style>
background-color css
<style>
a { background-color: #2E26BA; }
a { background-color: rgb(46,38,186); }
div.DivClassName
{
background-color: #2E26BA;
}
.BgClassName
{
background-color: #2E26BA;
}
</style>
border-color css
<style>
span { border-color: #2E26BA; }
span { border-color: rgb(46,38,186); }
td.TdClassName
{
border-color: #2E26BA;
}
.TagClassName
{
border-color: #2E26BA;
}
</style>