#2E21AE

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

Shades of Persian Blue #2E21AE

Tints of Persian Blue #2E21AE

Color information

#2E21AE (or 0x2E21AE) is unknown color: approx Persian Blue. HEX triplet: 2E, 21 and AE. RGB value is (46,33,174). Sum of RGB (Red+Green+Blue) = 46+33+174=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #2E21AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E21AE is #D1DE51. Grayscale: #343434. Windows color (decimal): -13753938 or 11411758. OLE color: 11411758.

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

Color convert

RGB4633174-
CMYK0.740.8100.32
HSL245.53º68.12%40.59%-
HSV(B)245.53º81.03%68.24%-
XYZ9.314.7240.47-
YUV52.96196.31123.04-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.18%
GREEN value IS 33 (13.28% from 255) = 13.04%
BLUE value IS 174 (68.36% from 255) = 68.77%
R=18.18%
G=13.04%
B=68.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal46331740.740.8100.32245.5368.1240.59
Hex2E21AE4A51020f64429
Octal564125611212104036610451
Binary10111010000110101110100101010100010100000111101101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E21AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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