#2E21AA

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

Shades of Persian Blue #2E21AA

Tints of Persian Blue #2E21AA

Color information

#2E21AA (or 0x2E21AA) is unknown color: approx Persian Blue. HEX triplet: 2E, 21 and AA. RGB value is (46,33,170). Sum of RGB (Red+Green+Blue) = 46+33+170=249 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.47% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E21AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E21AA is #D1DE55. Grayscale: #333333. Windows color (decimal): -13753942 or 11149614. OLE color: 11149614.

HSL color Cylindrical-coordinate representation of color #2E21AA: hue angle of 245.69º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2E21AA is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4633170-
CMYK0.730.8100.33
HSL245.69º67.49%39.8%-
HSV(B)245.69º80.59%66.67%-
XYZ8.934.5738.44-
YUV52.5194.31123.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.47%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 170 (66.80% from 255) = 68.27%
R=18.47%
G=13.25%
B=68.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46331700.730.8100.33245.6967.4939.8
Hex2E21AA4951021f64328
Octal564125211112104136610350
Binary10111010000110101010100100110100010100001111101101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E21AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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