Shades of Persian Blue #2E2CBC
Tints of Persian Blue #2E2CBC
RGB
CMYK
RGB Variations
Color information
#2E2CBC (or 0x2E2CBC) is known color: Persian Blue. HEX triplet: 2E, 2C and BC. RGB value is (46,44,188). Sum of RGB (Red+Green+Blue) = 46+44+188=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 188 (73.83% from 255 or 67.63% from 278); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E2CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CBC is #D1D343. Grayscale: #3C3C3C. Windows color (decimal): -13751108 or 12332078. OLE color: 12332078.
HSL color Cylindrical-coordinate representation of color #2E2CBC: hue angle of 240.83º degrees, saturation: 0.62, 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 #2E2CBC is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 44 | 188 | - |
| CMYK | 0.76 | 0.77 | 0 | 0.26 |
| HSL | 240.83º | 0.62% | 0.45% | - |
| HSV(B) | 240.83º | 0.77% | 0.74% | - |
| XYZ | 11.1 | 6.01 | 48.15 | - |
| YUV | 61.01 | 199.66 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 188 | 0.76 | 0.77 | 0 | 0.26 | 240.83 | 0.62 | 0.45 |
| Hex | 2E | 2C | BC | 4C | 4D | 0 | 1A | F1 | 3E | 2D |
| Octal | 56 | 54 | 274 | 114 | 115 | 0 | 32 | 361 | 76 | 55 |
| Binary | 101110 | 101100 | 10111100 | 1001100 | 1001101 | 0 | 11010 | 11110001 | 111110 | 101101 |
Color Harmonies of #2E2CBC
Complementary color
Monochromatic Colors of #2E2CBC
Black with #2E2CBC
Text Example
Text Example
White with #2E2CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2CBC; }
p { color: rgb(46,44,188); }
H1.HeaderClassName
{
color: #2E2CBC;
}
.AnyTagClassName
{
color: #2E2CBC;
}
</style>
background-color css
<style>
a { background-color: #2E2CBC; }
a { background-color: rgb(46,44,188); }
div.DivClassName
{
background-color: #2E2CBC;
}
.BgClassName
{
background-color: #2E2CBC;
}
</style>
border-color css
<style>
span { border-color: #2E2CBC; }
span { border-color: rgb(46,44,188); }
td.TdClassName
{
border-color: #2E2CBC;
}
.TagClassName
{
border-color: #2E2CBC;
}
</style>