#2A44AE

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

Shades of Persian Blue #2A44AE

Tints of Persian Blue #2A44AE

Color information

#2A44AE (or 0x2A44AE) is unknown color: approx Persian Blue. HEX triplet: 2A, 44 and AE. RGB value is (42,68,174). Sum of RGB (Red+Green+Blue) = 42+68+174=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #2A44AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A44AE is #D5BB51. Grayscale: #474747. Windows color (decimal): -14007122 or 11420714. OLE color: 11420714.

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

Color convert

RGB4268174-
CMYK0.760.6100.32
HSL228.18º61.11%42.35%-
HSV(B)228.18º75.86%68.24%-
XYZ10.667.6840.97-
YUV72.31185.39106.38-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.79%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 174 (68.36% from 255) = 61.27%
R=14.79%
G=23.94%
B=61.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42681740.760.6100.32228.1861.1142.35
Hex2A44AE4C3D020e43d2a
Octal52104256114750403447552
Binary1010101000100101011101001100111101010000011100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A44AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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