#2A3B9B

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

Shades of Egyptian Blue #2A3B9B

Tints of Egyptian Blue #2A3B9B

Color information

#2A3B9B (or 0x2A3B9B) is unknown color: approx Egyptian Blue. HEX triplet: 2A, 3B and 9B. RGB value is (42,59,155). Sum of RGB (Red+Green+Blue) = 42+59+155=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 155 (60.94% from 255 or 60.55% from 256); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A3B9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3B9B is #D5C464. Grayscale: #404040. Windows color (decimal): -14009445 or 10173226. OLE color: 10173226.

HSL color Cylindrical-coordinate representation of color #2A3B9B: hue angle of 230.97º 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 #2A3B9B is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4259155-
CMYK0.730.6200.39
HSL230.97º57.36%38.63%-
HSV(B)230.97º72.9%60.78%-
XYZ8.445.9931.72-
YUV64.86178.87111.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.41%
GREEN value IS 59 (23.44% from 255) = 23.05%
BLUE value IS 155 (60.94% from 255) = 60.55%
R=16.41%
G=23.05%
B=60.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42591550.730.6200.39230.9757.3638.63
Hex2A3B9B493E027e73927
Octal5273233111760473477147
Binary101010111011100110111001001111110010011111100111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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