#2B29AE

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

Shades of Persian Blue #2B29AE

Tints of Persian Blue #2B29AE

Color information

#2B29AE (or 0x2B29AE) is unknown color: approx Persian Blue. HEX triplet: 2B, 29 and AE. RGB value is (43,41,174). Sum of RGB (Red+Green+Blue) = 43+41+174=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B29AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B29AE is #D4D651. Grayscale: #383838. Windows color (decimal): -13948498 or 11413803. OLE color: 11413803.

HSL color Cylindrical-coordinate representation of color #2B29AE: hue angle of 240.9º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B29AE is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4341174-
CMYK0.750.7600.32
HSL240.9º61.86%42.16%-
HSV(B)240.9º76.44%68.24%-
XYZ9.435.1640.54-
YUV56.76194.16118.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.67%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 174 (68.36% from 255) = 67.44%
R=16.67%
G=15.89%
B=67.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal43411740.750.7600.32240.961.8642.16
Hex2B29AE4B4C020f13e2a
Octal53512561131140403617652
Binary1010111010011010111010010111001100010000011110001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B29AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,41,174); }

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

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

 a { background-color: rgb(43,41,174); }

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

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

 span { border-color: rgb(43,41,174); }

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