#2322A6

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

Shades of Egyptian Blue #2322A6

Tints of Egyptian Blue #2322A6

Color information

#2322A6 (or 0x2322A6) is unknown color: approx Egyptian Blue. HEX triplet: 23, 22 and A6. RGB value is (35,34,166). Sum of RGB (Red+Green+Blue) = 35+34+166=235 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.89% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 166 (65.23% from 255 or 70.64% from 235); Max value from RGB is 166 - color contains mainly: blue. Hex color #2322A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2322A6 is #DCDD59. Grayscale: #303030. Windows color (decimal): -14474586 or 10887715. OLE color: 10887715.

HSL color Cylindrical-coordinate representation of color #2322A6: hue angle of 240.45º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2322A6 is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3534166-
CMYK0.790.8000.35
HSL240.45º66%39.22%-
HSV(B)240.45º79.52%65.1%-
XYZ8.154.2536.47-
YUV49.35193.83117.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.89%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 166 (65.23% from 255) = 70.64%
R=14.89%
G=14.47%
B=70.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal35341660.790.8000.35240.456639.22
Hex2322A64F50023f04227
Octal434224611712004336010247
Binary10001110001010100110100111110100000100011111100001000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2322A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2322A6; }

 p { color: rgb(35,34,166); }

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

<style>
 a { background-color: #2322A6; }

 a { background-color: rgb(35,34,166); }

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

<style>
 span { border-color: #2322A6; }

 span { border-color: rgb(35,34,166); }

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