#292CAE

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

Shades of Persian Blue #292CAE

Tints of Persian Blue #292CAE

Color information

#292CAE (or 0x292CAE) is unknown color: approx Persian Blue. HEX triplet: 29, 2C and AE. RGB value is (41,44,174). Sum of RGB (Red+Green+Blue) = 41+44+174=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #292CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292CAE is #D6D351. Grayscale: #393939. Windows color (decimal): -14078802 or 11414569. OLE color: 11414569.

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

Color convert

RGB4144174-
CMYK0.760.7500.32
HSL238.65º61.86%42.16%-
HSV(B)238.65º76.44%68.24%-
XYZ9.465.3340.57-
YUV57.92193.51115.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.83%
GREEN value IS 44 (17.58% from 255) = 16.99%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=15.83%
G=16.99%
B=67.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41441740.760.7500.32238.6561.8642.16
Hex292CAE4C4B020ef3e2a
Octal51542561141130403577652
Binary1010011011001010111010011001001011010000011101111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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