Shades of Persian Blue #2E2BBC
Tints of Persian Blue #2E2BBC
RGB
CMYK
RGB Variations
Color information
#2E2BBC (or 0x2E2BBC) is known color: Persian Blue. HEX triplet: 2E, 2B and BC. RGB value is (46,43,188). Sum of RGB (Red+Green+Blue) = 46+43+188=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E2BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2BBC is #D1D443. Grayscale: #3B3B3B. Windows color (decimal): -13751364 or 12331822. OLE color: 12331822.
HSL color Cylindrical-coordinate representation of color #2E2BBC: hue angle of 241.24º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2BBC is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 43 | 188 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.26 |
| HSL | 241.24º | 0.63% | 0.45% | - |
| HSV(B) | 241.24º | 0.77% | 0.74% | - |
| XYZ | 11.07 | 5.94 | 48.14 | - |
| YUV | 60.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 43 | 188 | 0.76 | 0.77 | 0 | 0.26 | 241.24 | 0.63 | 0.45 |
| Hex | 2E | 2B | BC | 4C | 4D | 0 | 1A | F1 | 3F | 2D |
| Octal | 56 | 53 | 274 | 114 | 115 | 0 | 32 | 361 | 77 | 55 |
| Binary | 101110 | 101011 | 10111100 | 1001100 | 1001101 | 0 | 11010 | 11110001 | 111111 | 101101 |
Color Harmonies of #2E2BBC
Complementary color
Monochromatic Colors of #2E2BBC
Black with #2E2BBC
Text Example
Text Example
White with #2E2BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2BBC; }
p { color: rgb(46,43,188); }
H1.HeaderClassName
{
color: #2E2BBC;
}
.AnyTagClassName
{
color: #2E2BBC;
}
</style>
background-color css
<style>
a { background-color: #2E2BBC; }
a { background-color: rgb(46,43,188); }
div.DivClassName
{
background-color: #2E2BBC;
}
.BgClassName
{
background-color: #2E2BBC;
}
</style>
border-color css
<style>
span { border-color: #2E2BBC; }
span { border-color: rgb(46,43,188); }
td.TdClassName
{
border-color: #2E2BBC;
}
.TagClassName
{
border-color: #2E2BBC;
}
</style>