Shades of Persian Blue #2E36B9
Tints of Persian Blue #2E36B9
RGB
CMYK
RGB Variations
Color information
#2E36B9 (or 0x2E36B9) is known color: Persian Blue. HEX triplet: 2E, 36 and B9. RGB value is (46,54,185). Sum of RGB (Red+Green+Blue) = 46+54+185=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #2E36B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E36B9 is #D1C946. Grayscale: #424242. Windows color (decimal): -13748551 or 12138030. OLE color: 12138030.
HSL color Cylindrical-coordinate representation of color #2E36B9: hue angle of 236.55º 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 #2E36B9 is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 54 | 185 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.27 |
| HSL | 236.55º | 0.6% | 0.45% | - |
| HSV(B) | 236.55º | 0.75% | 0.73% | - |
| XYZ | 11.2 | 6.72 | 46.61 | - |
| YUV | 66.54 | 194.85 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 185 | 0.75 | 0.71 | 0 | 0.27 | 236.55 | 0.6 | 0.45 |
| Hex | 2E | 36 | B9 | 4B | 47 | 0 | 1B | ED | 3C | 2D |
| Octal | 56 | 66 | 271 | 113 | 107 | 0 | 33 | 355 | 74 | 55 |
| Binary | 101110 | 110110 | 10111001 | 1001011 | 1000111 | 0 | 11011 | 11101101 | 111100 | 101101 |
Color Harmonies of #2E36B9
Complementary color
Monochromatic Colors of #2E36B9
Black with #2E36B9
Text Example
Text Example
White with #2E36B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E36B9; }
p { color: rgb(46,54,185); }
H1.HeaderClassName
{
color: #2E36B9;
}
.AnyTagClassName
{
color: #2E36B9;
}
</style>
background-color css
<style>
a { background-color: #2E36B9; }
a { background-color: rgb(46,54,185); }
div.DivClassName
{
background-color: #2E36B9;
}
.BgClassName
{
background-color: #2E36B9;
}
</style>
border-color css
<style>
span { border-color: #2E36B9; }
span { border-color: rgb(46,54,185); }
td.TdClassName
{
border-color: #2E36B9;
}
.TagClassName
{
border-color: #2E36B9;
}
</style>