#2E2AAA

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

Shades of Persian Blue #2E2AAA

Tints of Persian Blue #2E2AAA

Color information

#2E2AAA (or 0x2E2AAA) is unknown color: approx Persian Blue. HEX triplet: 2E, 2A and AA. RGB value is (46,42,170). Sum of RGB (Red+Green+Blue) = 46+42+170=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E2AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2AAA is #D1D555. Grayscale: #393939. Windows color (decimal): -13751638 or 11151918. OLE color: 11151918.

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

Color convert

RGB4642170-
CMYK0.730.7500.33
HSL241.88º60.38%41.57%-
HSV(B)241.88º75.29%66.67%-
XYZ9.215.1438.54-
YUV57.79191.33119.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.83%
GREEN value IS 42 (16.80% from 255) = 16.28%
BLUE value IS 170 (66.80% from 255) = 65.89%
R=17.83%
G=16.28%
B=65.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46421700.730.7500.33241.8860.3841.57
Hex2E2AAA494B021f23c2a
Octal56522521111130413627452
Binary1011101010101010101010010011001011010000111110010111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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