Shades of Persian Blue #2E3FBE
Tints of Persian Blue #2E3FBE
RGB
CMYK
RGB Variations
Color information
#2E3FBE (or 0x2E3FBE) is known color: Persian Blue. HEX triplet: 2E, 3F and BE. RGB value is (46,63,190). Sum of RGB (Red+Green+Blue) = 46+63+190=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E3FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3FBE is #D1C041. Grayscale: #474747. Windows color (decimal): -13746242 or 12468014. OLE color: 12468014.
HSL color Cylindrical-coordinate representation of color #2E3FBE: hue angle of 232.92º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E3FBE is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 63 | 190 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.25 |
| HSL | 232.92º | 0.61% | 0.46% | - |
| HSV(B) | 232.92º | 0.76% | 0.75% | - |
| XYZ | 12.2 | 7.85 | 49.59 | - |
| YUV | 72.4 | 194.37 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 63 | 190 | 0.76 | 0.67 | 0 | 0.25 | 232.92 | 0.61 | 0.46 |
| Hex | 2E | 3F | BE | 4C | 43 | 0 | 19 | E9 | 3D | 2E |
| Octal | 56 | 77 | 276 | 114 | 103 | 0 | 31 | 351 | 75 | 56 |
| Binary | 101110 | 111111 | 10111110 | 1001100 | 1000011 | 0 | 11001 | 11101001 | 111101 | 101110 |
Color Harmonies of #2E3FBE
Complementary color
Monochromatic Colors of #2E3FBE
Black with #2E3FBE
Text Example
Text Example
White with #2E3FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3FBE; }
p { color: rgb(46,63,190); }
H1.HeaderClassName
{
color: #2E3FBE;
}
.AnyTagClassName
{
color: #2E3FBE;
}
</style>
background-color css
<style>
a { background-color: #2E3FBE; }
a { background-color: rgb(46,63,190); }
div.DivClassName
{
background-color: #2E3FBE;
}
.BgClassName
{
background-color: #2E3FBE;
}
</style>
border-color css
<style>
span { border-color: #2E3FBE; }
span { border-color: rgb(46,63,190); }
td.TdClassName
{
border-color: #2E3FBE;
}
.TagClassName
{
border-color: #2E3FBE;
}
</style>