#2341A2

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

Shades of Egyptian Blue #2341A2

Tints of Egyptian Blue #2341A2

Color information

#2341A2 (or 0x2341A2) is unknown color: approx Egyptian Blue. HEX triplet: 23, 41 and A2. RGB value is (35,65,162). Sum of RGB (Red+Green+Blue) = 35+65+162=262 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.36% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #2341A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2341A2 is #DCBE5D. Grayscale: #424242. Windows color (decimal): -14466654 or 10633507. OLE color: 10633507.

HSL color Cylindrical-coordinate representation of color #2341A2: hue angle of 225.83º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2341A2 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3565162-
CMYK0.780.6000.36
HSL225.83º64.47%38.63%-
HSV(B)225.83º78.4%63.53%-
XYZ9.116.7535-
YUV67.09181.56105.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.36%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 162 (63.67% from 255) = 61.83%
R=13.36%
G=24.81%
B=61.83%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal35651620.780.6000.36225.8364.4738.63
Hex2341A24E3C024e24027
Octal431012421167404434210047
Binary10001110000011010001010011101111000100100111000101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2341A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2341A2; }

 p { color: rgb(35,65,162); }

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

<style>
 a { background-color: #2341A2; }

 a { background-color: rgb(35,65,162); }

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

<style>
 span { border-color: #2341A2; }

 span { border-color: rgb(35,65,162); }

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