#2E23AE

Color #2E23AE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2E23AE

Tints of Persian Blue #2E23AE

Color information

#2E23AE (or 0x2E23AE) is unknown color: approx Persian Blue. HEX triplet: 2E, 23 and AE. RGB value is (46,35,174). Sum of RGB (Red+Green+Blue) = 46+35+174=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E23AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E23AE is #D1DC51. Grayscale: #353535. Windows color (decimal): -13753426 or 11412270. OLE color: 11412270.

HSL color Cylindrical-coordinate representation of color #2E23AE: hue angle of 244.75º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E23AE is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4635174-
CMYK0.740.8000.32
HSL244.75º66.51%40.98%-
HSV(B)244.75º79.89%68.24%-
XYZ9.374.8440.48-
YUV54.14195.64122.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 18.04%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 174 (68.36% from 255) = 68.24%
R=18.04%
G=13.73%
B=68.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46351740.740.8000.32244.7566.5140.98
Hex2E23AE4A50020f54329
Octal564325611212004036510351
Binary10111010001110101110100101010100000100000111101011000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E23AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E23AE; }

 p { color: rgb(46,35,174); }

 H1.HeaderClassName
 {
   color: #2E23AE;
 }
 .AnyTagClassName
 {
   color: #2E23AE;
 }
</style>
background-color css

<style>
 a { background-color: #2E23AE; }

 a { background-color: rgb(46,35,174); }

 div.DivClassName
 {
   background-color: #2E23AE;
 }
 .BgClassName
 {
   background-color: #2E23AE;
 }
</style>
border-color css

<style>
 span { border-color: #2E23AE; }

 span { border-color: rgb(46,35,174); }

 td.TdClassName
 {
   border-color: #2E23AE;
 }
 .TagClassName
 {
   border-color: #2E23AE;
 }
</style>