Shades of Persian Blue #2E3EBD
Tints of Persian Blue #2E3EBD
RGB
CMYK
RGB Variations
Color information
#2E3EBD (or 0x2E3EBD) is known color: Persian Blue. HEX triplet: 2E, 3E and BD. RGB value is (46,62,189). Sum of RGB (Red+Green+Blue) = 46+62+189=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 62 (24.61% from 255 or 20.88% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E3EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3EBD is #D1C142. Grayscale: #474747. Windows color (decimal): -13746499 or 12402222. OLE color: 12402222.
HSL color Cylindrical-coordinate representation of color #2E3EBD: hue angle of 233.29º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E3EBD is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 62 | 189 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.26 |
| HSL | 233.29º | 0.61% | 0.46% | - |
| HSV(B) | 233.29º | 0.76% | 0.74% | - |
| XYZ | 12.03 | 7.7 | 49 | - |
| YUV | 71.69 | 194.2 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 62 | 189 | 0.76 | 0.67 | 0 | 0.26 | 233.29 | 0.61 | 0.46 |
| Hex | 2E | 3E | BD | 4C | 43 | 0 | 1A | E9 | 3D | 2E |
| Octal | 56 | 76 | 275 | 114 | 103 | 0 | 32 | 351 | 75 | 56 |
| Binary | 101110 | 111110 | 10111101 | 1001100 | 1000011 | 0 | 11010 | 11101001 | 111101 | 101110 |
Color Harmonies of #2E3EBD
Complementary color
Monochromatic Colors of #2E3EBD
Black with #2E3EBD
Text Example
Text Example
White with #2E3EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3EBD; }
p { color: rgb(46,62,189); }
H1.HeaderClassName
{
color: #2E3EBD;
}
.AnyTagClassName
{
color: #2E3EBD;
}
</style>
background-color css
<style>
a { background-color: #2E3EBD; }
a { background-color: rgb(46,62,189); }
div.DivClassName
{
background-color: #2E3EBD;
}
.BgClassName
{
background-color: #2E3EBD;
}
</style>
border-color css
<style>
span { border-color: #2E3EBD; }
span { border-color: rgb(46,62,189); }
td.TdClassName
{
border-color: #2E3EBD;
}
.TagClassName
{
border-color: #2E3EBD;
}
</style>