Shades of Persian Blue #2E23CE
Tints of Persian Blue #2E23CE
RGB
CMYK
RGB Variations
Color information
#2E23CE (or 0x2E23CE) is known color: Persian Blue. HEX triplet: 2E, 23 and CE. RGB value is (46,35,206). Sum of RGB (Red+Green+Blue) = 46+35+206=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #2E23CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E23CE is #D1DC31. Grayscale: #393939. Windows color (decimal): -13753394 or 13509422. OLE color: 13509422.
HSL color Cylindrical-coordinate representation of color #2E23CE: hue angle of 243.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E23CE is Cyan = 0.78, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 35 | 206 | - |
| CMYK | 0.78 | 0.83 | 0 | 0.19 |
| HSL | 243.86º | 0.71% | 0.47% | - |
| HSV(B) | 243.86º | 0.83% | 0.81% | - |
| XYZ | 12.87 | 6.24 | 58.92 | - |
| YUV | 57.78 | 211.64 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 206 | 0.78 | 0.83 | 0 | 0.19 | 243.86 | 0.71 | 0.47 |
| Hex | 2E | 23 | CE | 4E | 53 | 0 | 13 | F4 | 47 | 2F |
| Octal | 56 | 43 | 316 | 116 | 123 | 0 | 23 | 364 | 107 | 57 |
| Binary | 101110 | 100011 | 11001110 | 1001110 | 1010011 | 0 | 10011 | 11110100 | 1000111 | 101111 |
Color Harmonies of #2E23CE
Complementary color
Monochromatic Colors of #2E23CE
Black with #2E23CE
Text Example
Text Example
White with #2E23CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E23CE; }
p { color: rgb(46,35,206); }
H1.HeaderClassName
{
color: #2E23CE;
}
.AnyTagClassName
{
color: #2E23CE;
}
</style>
background-color css
<style>
a { background-color: #2E23CE; }
a { background-color: rgb(46,35,206); }
div.DivClassName
{
background-color: #2E23CE;
}
.BgClassName
{
background-color: #2E23CE;
}
</style>
border-color css
<style>
span { border-color: #2E23CE; }
span { border-color: rgb(46,35,206); }
td.TdClassName
{
border-color: #2E23CE;
}
.TagClassName
{
border-color: #2E23CE;
}
</style>