Shades of Persian Blue #2E3CE0
Tints of Persian Blue #2E3CE0
RGB
CMYK
RGB Variations
Color information
#2E3CE0 (or 0x2E3CE0) is known color: Persian Blue. HEX triplet: 2E, 3C and E0. RGB value is (46,60,224). Sum of RGB (Red+Green+Blue) = 46+60+224=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 224 (87.89% from 255 or 67.88% from 330); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E3CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E3CE0 is #D1C31F. Grayscale: #494949. Windows color (decimal): -13746976 or 14695470. OLE color: 14695470.
HSL color Cylindrical-coordinate representation of color #2E3CE0: hue angle of 235.28º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E3CE0 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 60 | 224 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.12 |
| HSL | 235.28º | 0.74% | 0.53% | - |
| HSV(B) | 235.28º | 0.79% | 0.88% | - |
| XYZ | 16.2 | 9.19 | 71.44 | - |
| YUV | 74.51 | 212.36 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 60 | 224 | 0.79 | 0.73 | 0 | 0.12 | 235.28 | 0.74 | 0.53 |
| Hex | 2E | 3C | E0 | 4F | 49 | 0 | C | EB | 4A | 35 |
| Octal | 56 | 74 | 340 | 117 | 111 | 0 | 14 | 353 | 112 | 65 |
| Binary | 101110 | 111100 | 11100000 | 1001111 | 1001001 | 0 | 1100 | 11101011 | 1001010 | 110101 |
Color Harmonies of #2E3CE0
Complementary color
Monochromatic Colors of #2E3CE0
Black with #2E3CE0
Text Example
Text Example
White with #2E3CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3CE0; }
p { color: rgb(46,60,224); }
H1.HeaderClassName
{
color: #2E3CE0;
}
.AnyTagClassName
{
color: #2E3CE0;
}
</style>
background-color css
<style>
a { background-color: #2E3CE0; }
a { background-color: rgb(46,60,224); }
div.DivClassName
{
background-color: #2E3CE0;
}
.BgClassName
{
background-color: #2E3CE0;
}
</style>
border-color css
<style>
span { border-color: #2E3CE0; }
span { border-color: rgb(46,60,224); }
td.TdClassName
{
border-color: #2E3CE0;
}
.TagClassName
{
border-color: #2E3CE0;
}
</style>