#2A40AE

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

Shades of Persian Blue #2A40AE

Tints of Persian Blue #2A40AE

Color information

#2A40AE (or 0x2A40AE) is unknown color: approx Persian Blue. HEX triplet: 2A, 40 and AE. RGB value is (42,64,174). Sum of RGB (Red+Green+Blue) = 42+64+174=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A40AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A40AE is #D5BF51. Grayscale: #454545. Windows color (decimal): -14008146 or 11419690. OLE color: 11419690.

HSL color Cylindrical-coordinate representation of color #2A40AE: hue angle of 230º degrees, saturation: 0.61, 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 #2A40AE is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4264174-
CMYK0.760.6300.32
HSL230º61.11%42.35%-
HSV(B)230º75.86%68.24%-
XYZ10.437.2240.89-
YUV69.96186.71108.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 174 (68.36% from 255) = 62.14%
R=15%
G=22.86%
B=62.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42641740.760.6300.3223061.1142.35
Hex2A40AE4C3F020e63d2a
Octal52100256114770403467552
Binary1010101000000101011101001100111111010000011100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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