#2A2EAA

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

Shades of Persian Blue #2A2EAA

Tints of Persian Blue #2A2EAA

Color information

#2A2EAA (or 0x2A2EAA) is unknown color: approx Persian Blue. HEX triplet: 2A, 2E and AA. RGB value is (42,46,170). Sum of RGB (Red+Green+Blue) = 42+46+170=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 46 (18.36% from 255 or 17.83% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #2A2EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2EAA is #D5D155. Grayscale: #3A3A3A. Windows color (decimal): -14012758 or 11152938. OLE color: 11152938.

HSL color Cylindrical-coordinate representation of color #2A2EAA: hue angle of 238.12º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A2EAA is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4246170-
CMYK0.750.7300.33
HSL238.12º60.38%41.57%-
HSV(B)238.12º75.29%66.67%-
XYZ9.195.3538.58-
YUV58.94190.67115.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.28%
GREEN value IS 46 (18.36% from 255) = 17.83%
BLUE value IS 170 (66.80% from 255) = 65.89%
R=16.28%
G=17.83%
B=65.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42461700.750.7300.33238.1260.3841.57
Hex2A2EAA4B49021ee3c2a
Octal52562521131110413567452
Binary1010101011101010101010010111001001010000111101110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,46,170); }

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

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

 a { background-color: rgb(42,46,170); }

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

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

 span { border-color: rgb(42,46,170); }

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