#2329A6

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

Shades of Egyptian Blue #2329A6

Tints of Egyptian Blue #2329A6

Color information

#2329A6 (or 0x2329A6) is unknown color: approx Egyptian Blue. HEX triplet: 23, 29 and A6. RGB value is (35,41,166). Sum of RGB (Red+Green+Blue) = 35+41+166=242 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.46% from 242); Green value is 41 (16.41% from 255 or 16.94% from 242); Blue value is 166 (65.23% from 255 or 68.60% from 242); Max value from RGB is 166 - color contains mainly: blue. Hex color #2329A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2329A6 is #DCD659. Grayscale: #343434. Windows color (decimal): -14472794 or 10889507. OLE color: 10889507.

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

Color convert

RGB3541166-
CMYK0.790.7500.35
HSL237.25º65.17%39.41%-
HSV(B)237.25º78.92%65.1%-
XYZ8.374.736.54-
YUV53.46191.51114.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.46%
GREEN value IS 41 (16.41% from 255) = 16.94%
BLUE value IS 166 (65.23% from 255) = 68.60%
R=14.46%
G=16.94%
B=68.60%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal35411660.790.7500.35237.2565.1739.41
Hex2329A64F4B023ed4127
Octal435124611711304335510147
Binary10001110100110100110100111110010110100011111011011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2329A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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