Shades of Persian Blue #2E23CC
Tints of Persian Blue #2E23CC
RGB
CMYK
RGB Variations
Color information
#2E23CC (or 0x2E23CC) is known color: Persian Blue. HEX triplet: 2E, 23 and CC. RGB value is (46,35,204). Sum of RGB (Red+Green+Blue) = 46+35+204=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #2E23CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E23CC is #D1DC33. Grayscale: #383838. Windows color (decimal): -13753396 or 13378350. OLE color: 13378350.
HSL color Cylindrical-coordinate representation of color #2E23CC: hue angle of 243.91º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2E23CC is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 35 | 204 | - |
| CMYK | 0.77 | 0.83 | 0 | 0.2 |
| HSL | 243.91º | 0.71% | 0.47% | - |
| HSV(B) | 243.91º | 0.83% | 0.8% | - |
| XYZ | 12.63 | 6.14 | 57.65 | - |
| YUV | 57.56 | 210.64 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 35 | 204 | 0.77 | 0.83 | 0 | 0.2 | 243.91 | 0.71 | 0.47 |
| Hex | 2E | 23 | CC | 4D | 53 | 0 | 14 | F4 | 47 | 2F |
| Octal | 56 | 43 | 314 | 115 | 123 | 0 | 24 | 364 | 107 | 57 |
| Binary | 101110 | 100011 | 11001100 | 1001101 | 1010011 | 0 | 10100 | 11110100 | 1000111 | 101111 |
Color Harmonies of #2E23CC
Complementary color
Monochromatic Colors of #2E23CC
Black with #2E23CC
Text Example
Text Example
White with #2E23CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E23CC; }
p { color: rgb(46,35,204); }
H1.HeaderClassName
{
color: #2E23CC;
}
.AnyTagClassName
{
color: #2E23CC;
}
</style>
background-color css
<style>
a { background-color: #2E23CC; }
a { background-color: rgb(46,35,204); }
div.DivClassName
{
background-color: #2E23CC;
}
.BgClassName
{
background-color: #2E23CC;
}
</style>
border-color css
<style>
span { border-color: #2E23CC; }
span { border-color: rgb(46,35,204); }
td.TdClassName
{
border-color: #2E23CC;
}
.TagClassName
{
border-color: #2E23CC;
}
</style>