Shades of Persian Blue #2E35BA
Tints of Persian Blue #2E35BA
RGB
CMYK
RGB Variations
Color information
#2E35BA (or 0x2E35BA) is known color: Persian Blue. HEX triplet: 2E, 35 and BA. RGB value is (46,53,186). Sum of RGB (Red+Green+Blue) = 46+53+186=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E35BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E35BA is #D1CA45. Grayscale: #414141. Windows color (decimal): -13748806 or 12203310. OLE color: 12203310.
HSL color Cylindrical-coordinate representation of color #2E35BA: hue angle of 237º 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 #2E35BA is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 53 | 186 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.27 |
| HSL | 237º | 0.6% | 0.45% | - |
| HSV(B) | 237º | 0.75% | 0.73% | - |
| XYZ | 11.26 | 6.67 | 47.15 | - |
| YUV | 66.07 | 195.68 | 113.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 186 | 0.75 | 0.72 | 0 | 0.27 | 237 | 0.6 | 0.45 |
| Hex | 2E | 35 | BA | 4B | 48 | 0 | 1B | ED | 3C | 2D |
| Octal | 56 | 65 | 272 | 113 | 110 | 0 | 33 | 355 | 74 | 55 |
| Binary | 101110 | 110101 | 10111010 | 1001011 | 1001000 | 0 | 11011 | 11101101 | 111100 | 101101 |
Color Harmonies of #2E35BA
Complementary color
Monochromatic Colors of #2E35BA
Black with #2E35BA
Text Example
Text Example
White with #2E35BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E35BA; }
p { color: rgb(46,53,186); }
H1.HeaderClassName
{
color: #2E35BA;
}
.AnyTagClassName
{
color: #2E35BA;
}
</style>
background-color css
<style>
a { background-color: #2E35BA; }
a { background-color: rgb(46,53,186); }
div.DivClassName
{
background-color: #2E35BA;
}
.BgClassName
{
background-color: #2E35BA;
}
</style>
border-color css
<style>
span { border-color: #2E35BA; }
span { border-color: rgb(46,53,186); }
td.TdClassName
{
border-color: #2E35BA;
}
.TagClassName
{
border-color: #2E35BA;
}
</style>