#2a2a9b

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

Shades of Egyptian Blue #2A2A9B

Tints of Egyptian Blue #2A2A9B

Color information

#2A2A9B (or 0x2A2A9B) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 2A and 9B. RGB value is (42,42,155). Sum of RGB (Red+Green+Blue) = 42+42+155=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A2A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2A9B is #D5D564. Grayscale: #363636. Windows color (decimal): -14013797 or 10168874. OLE color: 10168874.

HSL color Cylindrical-coordinate representation of color #2A2A9B: hue angle of 240º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A2A9B is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4242155-
CMYK0.730.7300.39
HSL240º57.36%38.63%-
HSV(B)240º72.9%60.78%-
XYZ7.74.5131.48-
YUV54.88184.5118.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 17.57%
GREEN value IS 42 (16.80% from 255) = 17.57%
BLUE value IS 155 (60.94% from 255) = 64.85%
R=17.57%
G=17.57%
B=64.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42421550.730.7300.3924057.3638.63
Hex2A2A9B4949027f03927
Octal52522331111110473607147
Binary1010101010101001101110010011001001010011111110000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a2a9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,42,155); }

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

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

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

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

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

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

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