#292AAE

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

Shades of Persian Blue #292AAE

Tints of Persian Blue #292AAE

Color information

#292AAE (or 0x292AAE) is unknown color: approx Persian Blue. HEX triplet: 29, 2A and AE. RGB value is (41,42,174). Sum of RGB (Red+Green+Blue) = 41+42+174=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 42 (16.80% from 255 or 16.34% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #292AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292AAE is #D6D551. Grayscale: #383838. Windows color (decimal): -14079314 or 11414057. OLE color: 11414057.

HSL color Cylindrical-coordinate representation of color #292AAE: hue angle of 239.55º 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 #292AAE is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4142174-
CMYK0.760.7600.32
HSL239.55º61.86%42.16%-
HSV(B)239.55º76.44%68.24%-
XYZ9.385.1840.55-
YUV56.75194.17116.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.95%
GREEN value IS 42 (16.80% from 255) = 16.34%
BLUE value IS 174 (68.36% from 255) = 67.70%
R=15.95%
G=16.34%
B=67.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41421740.760.7600.32239.5561.8642.16
Hex292AAE4C4C020f03e2a
Octal51522561141140403607652
Binary1010011010101010111010011001001100010000011110000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292AAE; }

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

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

<style>
 a { background-color: #292AAE; }

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

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

<style>
 span { border-color: #292AAE; }

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

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