#2331A3

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

Shades of Egyptian Blue #2331A3

Tints of Egyptian Blue #2331A3

Color information

#2331A3 (or 0x2331A3) is unknown color: approx Egyptian Blue. HEX triplet: 23, 31 and A3. RGB value is (35,49,163). Sum of RGB (Red+Green+Blue) = 35+49+163=247 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.17% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 163 (64.06% from 255 or 65.99% from 247); Max value from RGB is 163 - color contains mainly: blue. Hex color #2331A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2331A3 is #DCCE5C. Grayscale: #393939. Windows color (decimal): -14470749 or 10694947. OLE color: 10694947.

HSL color Cylindrical-coordinate representation of color #2331A3: hue angle of 233.44º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2331A3 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3549163-
CMYK0.790.7000.36
HSL233.44º64.65%38.82%-
HSV(B)233.44º78.53%63.92%-
XYZ8.45.235.21-
YUV57.81187.36111.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.17%
GREEN value IS 49 (19.53% from 255) = 19.84%
BLUE value IS 163 (64.06% from 255) = 65.99%
R=14.17%
G=19.84%
B=65.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal35491630.790.7000.36233.4464.6538.82
Hex2331A34F46024e94127
Octal436124311710604435110147
Binary10001111000110100011100111110001100100100111010011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2331A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2331A3; }

 p { color: rgb(35,49,163); }

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

<style>
 a { background-color: #2331A3; }

 a { background-color: rgb(35,49,163); }

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

<style>
 span { border-color: #2331A3; }

 span { border-color: rgb(35,49,163); }

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