#2E2EAB

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

Shades of Persian Blue #2E2EAB

Tints of Persian Blue #2E2EAB

Color information

#2E2EAB (or 0x2E2EAB) is unknown color: approx Persian Blue. HEX triplet: 2E, 2E and AB. RGB value is (46,46,171). Sum of RGB (Red+Green+Blue) = 46+46+171=263 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.49% from 263); Green value is 46 (18.36% from 255 or 17.49% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E2EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E2EAB is #D1D154. Grayscale: #3B3B3B. Windows color (decimal): -13750613 or 11218478. OLE color: 11218478.

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

Color convert

RGB4646171-
CMYK0.730.7300.33
HSL240º57.6%42.55%-
HSV(B)240º73.1%67.06%-
XYZ9.455.4839.09-
YUV60.25190.5117.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.49%
GREEN value IS 46 (18.36% from 255) = 17.49%
BLUE value IS 171 (67.19% from 255) = 65.02%
R=17.49%
G=17.49%
B=65.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46461710.730.7300.3324057.642.55
Hex2E2EAB4949021f03a2b
Octal56562531111110413607253
Binary1011101011101010101110010011001001010000111110000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,46,171); }

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

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

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

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

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

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

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