Shades of Persian Blue #2E2DBE
Tints of Persian Blue #2E2DBE
RGB
CMYK
RGB Variations
Color information
#2E2DBE (or 0x2E2DBE) is known color: Persian Blue. HEX triplet: 2E, 2D and BE. RGB value is (46,45,190). Sum of RGB (Red+Green+Blue) = 46+45+190=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E2DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2DBE is #D1D241. Grayscale: #3D3D3D. Windows color (decimal): -13750850 or 12463406. OLE color: 12463406.
HSL color Cylindrical-coordinate representation of color #2E2DBE: hue angle of 240.41º degrees, saturation: 0.62, 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 #2E2DBE is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 45 | 190 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.25 |
| HSL | 240.41º | 0.62% | 0.46% | - |
| HSV(B) | 240.41º | 0.76% | 0.75% | - |
| XYZ | 11.36 | 6.18 | 49.31 | - |
| YUV | 61.83 | 200.33 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 45 | 190 | 0.76 | 0.76 | 0 | 0.25 | 240.41 | 0.62 | 0.46 |
| Hex | 2E | 2D | BE | 4C | 4C | 0 | 19 | F0 | 3E | 2E |
| Octal | 56 | 55 | 276 | 114 | 114 | 0 | 31 | 360 | 76 | 56 |
| Binary | 101110 | 101101 | 10111110 | 1001100 | 1001100 | 0 | 11001 | 11110000 | 111110 | 101110 |
Color Harmonies of #2E2DBE
Complementary color
Monochromatic Colors of #2E2DBE
Black with #2E2DBE
Text Example
Text Example
White with #2E2DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2DBE; }
p { color: rgb(46,45,190); }
H1.HeaderClassName
{
color: #2E2DBE;
}
.AnyTagClassName
{
color: #2E2DBE;
}
</style>
background-color css
<style>
a { background-color: #2E2DBE; }
a { background-color: rgb(46,45,190); }
div.DivClassName
{
background-color: #2E2DBE;
}
.BgClassName
{
background-color: #2E2DBE;
}
</style>
border-color css
<style>
span { border-color: #2E2DBE; }
span { border-color: rgb(46,45,190); }
td.TdClassName
{
border-color: #2E2DBE;
}
.TagClassName
{
border-color: #2E2DBE;
}
</style>