#2E22AA

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

Shades of Persian Blue #2E22AA

Tints of Persian Blue #2E22AA

Color information

#2E22AA (or 0x2E22AA) is unknown color: approx Persian Blue. HEX triplet: 2E, 22 and AA. RGB value is (46,34,170). Sum of RGB (Red+Green+Blue) = 46+34+170=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E22AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E22AA is #D1DD55. Grayscale: #343434. Windows color (decimal): -13753686 or 11149870. OLE color: 11149870.

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

Color convert

RGB4634170-
CMYK0.730.8000.33
HSL245.29º66.67%40%-
HSV(B)245.29º80%66.67%-
XYZ8.954.6338.45-
YUV53.09193.98122.94-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 18.4%
GREEN value IS 34 (13.67% from 255) = 13.6%
BLUE value IS 170 (66.80% from 255) = 68%
R=18.4%
G=13.6%
B=68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46341700.730.8000.33245.2966.6740
Hex2E22AA4950021f54328
Octal564225211112004136510350
Binary10111010001010101010100100110100000100001111101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E22AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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