Shades of Persian Blue #2E2BBF
Tints of Persian Blue #2E2BBF
RGB
CMYK
RGB Variations
Color information
#2E2BBF (or 0x2E2BBF) is known color: Persian Blue. HEX triplet: 2E, 2B and BF. RGB value is (46,43,191). Sum of RGB (Red+Green+Blue) = 46+43+191=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 191 (75% from 255 or 68.21% from 280); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E2BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2BBF is #D1D440. Grayscale: #3C3C3C. Windows color (decimal): -13751361 or 12528430. OLE color: 12528430.
HSL color Cylindrical-coordinate representation of color #2E2BBF: hue angle of 241.22º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2BBF is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 43 | 191 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.25 |
| HSL | 241.22º | 0.63% | 0.46% | - |
| HSV(B) | 241.22º | 0.77% | 0.75% | - |
| XYZ | 11.39 | 6.07 | 49.86 | - |
| YUV | 60.77 | 201.49 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 191 | 0.76 | 0.77 | 0 | 0.25 | 241.22 | 0.63 | 0.46 |
| Hex | 2E | 2B | BF | 4C | 4D | 0 | 19 | F1 | 3F | 2E |
| Octal | 56 | 53 | 277 | 114 | 115 | 0 | 31 | 361 | 77 | 56 |
| Binary | 101110 | 101011 | 10111111 | 1001100 | 1001101 | 0 | 11001 | 11110001 | 111111 | 101110 |
Color Harmonies of #2E2BBF
Complementary color
Monochromatic Colors of #2E2BBF
Black with #2E2BBF
Text Example
Text Example
White with #2E2BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2BBF; }
p { color: rgb(46,43,191); }
H1.HeaderClassName
{
color: #2E2BBF;
}
.AnyTagClassName
{
color: #2E2BBF;
}
</style>
background-color css
<style>
a { background-color: #2E2BBF; }
a { background-color: rgb(46,43,191); }
div.DivClassName
{
background-color: #2E2BBF;
}
.BgClassName
{
background-color: #2E2BBF;
}
</style>
border-color css
<style>
span { border-color: #2E2BBF; }
span { border-color: rgb(46,43,191); }
td.TdClassName
{
border-color: #2E2BBF;
}
.TagClassName
{
border-color: #2E2BBF;
}
</style>