#2E29AB

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

Shades of Persian Blue #2E29AB

Tints of Persian Blue #2E29AB

Color information

#2E29AB (or 0x2E29AB) is unknown color: approx Persian Blue. HEX triplet: 2E, 29 and AB. RGB value is (46,41,171). Sum of RGB (Red+Green+Blue) = 46+41+171=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E29AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E29AB is #D1D654. Grayscale: #383838. Windows color (decimal): -13751893 or 11217198. OLE color: 11217198.

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

Color convert

RGB4641171-
CMYK0.730.7600.33
HSL242.31º61.32%41.57%-
HSV(B)242.31º76.02%67.06%-
XYZ9.275.1139.03-
YUV57.32192.16119.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 17.83%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 171 (67.19% from 255) = 66.28%
R=17.83%
G=15.89%
B=66.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46411710.730.7600.33242.3161.3241.57
Hex2E29AB494C021f23d2a
Octal56512531111140413627552
Binary1011101010011010101110010011001100010000111110010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E29AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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