#2E2AB6

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

Shades of Persian Blue #2E2AB6

Tints of Persian Blue #2E2AB6

Color information

#2E2AB6 (or 0x2E2AB6) is unknown color: approx Persian Blue. HEX triplet: 2E, 2A and B6. RGB value is (46,42,182). Sum of RGB (Red+Green+Blue) = 46+42+182=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 182 (71.48% from 255 or 67.41% from 270); Max value from RGB is 182 - color contains mainly: blue. Hex color #2E2AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E2AB6 is #D1D549. Grayscale: #3A3A3A. Windows color (decimal): -13751626 or 11938350. OLE color: 11938350.

HSL color Cylindrical-coordinate representation of color #2E2AB6: hue angle of 241.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E2AB6 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4642182-
CMYK0.750.7700.29
HSL241.71º62.5%43.92%-
HSV(B)241.71º76.92%71.37%-
XYZ10.45.6144.79-
YUV59.16197.33118.62-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.04%
GREEN value IS 42 (16.80% from 255) = 15.56%
BLUE value IS 182 (71.48% from 255) = 67.41%
R=17.04%
G=15.56%
B=67.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal46421820.750.7700.29241.7162.543.92
Hex2E2AB64B4D01Df23e2c
Octal56522661131150353627654
Binary101110101010101101101001011100110101110111110010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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