Shades of Persian Blue #2E3DBA
Tints of Persian Blue #2E3DBA
RGB
CMYK
RGB Variations
Color information
#2E3DBA (or 0x2E3DBA) is known color: Persian Blue. HEX triplet: 2E, 3D and BA. RGB value is (46,61,186). Sum of RGB (Red+Green+Blue) = 46+61+186=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E3DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3DBA is #D1C245. Grayscale: #464646. Windows color (decimal): -13746758 or 12205358. OLE color: 12205358.
HSL color Cylindrical-coordinate representation of color #2E3DBA: hue angle of 233.57º 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 #2E3DBA is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 61 | 186 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.27 |
| HSL | 233.57º | 0.6% | 0.45% | - |
| HSV(B) | 233.57º | 0.75% | 0.73% | - |
| XYZ | 11.66 | 7.46 | 47.28 | - |
| YUV | 70.77 | 193.03 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 186 | 0.75 | 0.67 | 0 | 0.27 | 233.57 | 0.6 | 0.45 |
| Hex | 2E | 3D | BA | 4B | 43 | 0 | 1B | EA | 3C | 2D |
| Octal | 56 | 75 | 272 | 113 | 103 | 0 | 33 | 352 | 74 | 55 |
| Binary | 101110 | 111101 | 10111010 | 1001011 | 1000011 | 0 | 11011 | 11101010 | 111100 | 101101 |
Color Harmonies of #2E3DBA
Complementary color
Monochromatic Colors of #2E3DBA
Black with #2E3DBA
Text Example
Text Example
White with #2E3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3DBA; }
p { color: rgb(46,61,186); }
H1.HeaderClassName
{
color: #2E3DBA;
}
.AnyTagClassName
{
color: #2E3DBA;
}
</style>
background-color css
<style>
a { background-color: #2E3DBA; }
a { background-color: rgb(46,61,186); }
div.DivClassName
{
background-color: #2E3DBA;
}
.BgClassName
{
background-color: #2E3DBA;
}
</style>
border-color css
<style>
span { border-color: #2E3DBA; }
span { border-color: rgb(46,61,186); }
td.TdClassName
{
border-color: #2E3DBA;
}
.TagClassName
{
border-color: #2E3DBA;
}
</style>