Shades of Persian Blue #2E2EBF
Tints of Persian Blue #2E2EBF
RGB
CMYK
RGB Variations
Color information
#2E2EBF (or 0x2E2EBF) is known color: Persian Blue. HEX triplet: 2E, 2E and BF. RGB value is (46,46,191). Sum of RGB (Red+Green+Blue) = 46+46+191=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E2EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2EBF is #D1D140. Grayscale: #3D3D3D. Windows color (decimal): -13750593 or 12529198. OLE color: 12529198.
HSL color Cylindrical-coordinate representation of color #2E2EBF: hue angle of 240º 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 #2E2EBF is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 46 | 191 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.25 |
| HSL | 240º | 0.61% | 0.46% | - |
| HSV(B) | 240º | 0.76% | 0.75% | - |
| XYZ | 11.51 | 6.3 | 49.9 | - |
| YUV | 62.53 | 200.5 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 191 | 0.76 | 0.76 | 0 | 0.25 | 240 | 0.61 | 0.46 |
| Hex | 2E | 2E | BF | 4C | 4C | 0 | 19 | F0 | 3D | 2E |
| Octal | 56 | 56 | 277 | 114 | 114 | 0 | 31 | 360 | 75 | 56 |
| Binary | 101110 | 101110 | 10111111 | 1001100 | 1001100 | 0 | 11001 | 11110000 | 111101 | 101110 |
Color Harmonies of #2E2EBF
Complementary color
Monochromatic Colors of #2E2EBF
Black with #2E2EBF
Text Example
Text Example
White with #2E2EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2EBF; }
p { color: rgb(46,46,191); }
H1.HeaderClassName
{
color: #2E2EBF;
}
.AnyTagClassName
{
color: #2E2EBF;
}
</style>
background-color css
<style>
a { background-color: #2E2EBF; }
a { background-color: rgb(46,46,191); }
div.DivClassName
{
background-color: #2E2EBF;
}
.BgClassName
{
background-color: #2E2EBF;
}
</style>
border-color css
<style>
span { border-color: #2E2EBF; }
span { border-color: rgb(46,46,191); }
td.TdClassName
{
border-color: #2E2EBF;
}
.TagClassName
{
border-color: #2E2EBF;
}
</style>