#2344A6

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

Shades of Egyptian Blue #2344A6

Tints of Egyptian Blue #2344A6

Color information

#2344A6 (or 0x2344A6) is unknown color: approx Egyptian Blue. HEX triplet: 23, 44 and A6. RGB value is (35,68,166). Sum of RGB (Red+Green+Blue) = 35+68+166=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 166 (65.23% from 255 or 61.71% from 269); Max value from RGB is 166 - color contains mainly: blue. Hex color #2344A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2344A6 is #DCBB59. Grayscale: #444444. Windows color (decimal): -14465882 or 10896419. OLE color: 10896419.

HSL color Cylindrical-coordinate representation of color #2344A6: hue angle of 224.89º 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 #2344A6 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3568166-
CMYK0.790.5900.35
HSL224.89º65.17%39.41%-
HSV(B)224.89º78.92%65.1%-
XYZ9.647.2436.97-
YUV69.31182.57103.53-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.01%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 166 (65.23% from 255) = 61.71%
R=13.01%
G=25.28%
B=61.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal35681660.790.5900.35224.8965.1739.41
Hex2344A64F3B023e14127
Octal431042461177304334110147
Binary10001110001001010011010011111110110100011111000011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2344A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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