Shades of Persian Blue #2E2CB3
Tints of Persian Blue #2E2CB3
RGB
CMYK
RGB Variations
Color information
#2E2CB3 (or 0x2E2CB3) is known color: Persian Blue. HEX triplet: 2E, 2C and B3. RGB value is (46,44,179). Sum of RGB (Red+Green+Blue) = 46+44+179=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 179 (70.31% from 255 or 66.54% from 269); Max value from RGB is 179 - color contains mainly: blue. Hex color #2E2CB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2CB3 is #D1D34C. Grayscale: #3B3B3B. Windows color (decimal): -13751117 or 11742254. OLE color: 11742254.
HSL color Cylindrical-coordinate representation of color #2E2CB3: hue angle of 240.89º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E2CB3 is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 44 | 179 | - |
| CMYK | 0.74 | 0.75 | 0 | 0.30 |
| HSL | 240.89º | 0.61% | 0.44% | - |
| HSV(B) | 240.89º | 0.75% | 0.7% | - |
| XYZ | 10.16 | 5.64 | 43.2 | - |
| YUV | 59.99 | 195.16 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 44 | 179 | 0.74 | 0.75 | 0 | 0.30 | 240.89 | 0.61 | 0.44 |
| Hex | 2E | 2C | B3 | 4A | 4B | 0 | 1E | F1 | 3D | 2C |
| Octal | 56 | 54 | 263 | 112 | 113 | 0 | 36 | 361 | 75 | 54 |
| Binary | 101110 | 101100 | 10110011 | 1001010 | 1001011 | 0 | 11110 | 11110001 | 111101 | 101100 |
Color Harmonies of #2E2CB3
Complementary color
Monochromatic Colors of #2E2CB3
Black with #2E2CB3
Text Example
Text Example
White with #2E2CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2CB3; }
p { color: rgb(46,44,179); }
H1.HeaderClassName
{
color: #2E2CB3;
}
.AnyTagClassName
{
color: #2E2CB3;
}
</style>
background-color css
<style>
a { background-color: #2E2CB3; }
a { background-color: rgb(46,44,179); }
div.DivClassName
{
background-color: #2E2CB3;
}
.BgClassName
{
background-color: #2E2CB3;
}
</style>
border-color css
<style>
span { border-color: #2E2CB3; }
span { border-color: rgb(46,44,179); }
td.TdClassName
{
border-color: #2E2CB3;
}
.TagClassName
{
border-color: #2E2CB3;
}
</style>