#2423A5

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

Shades of Egyptian Blue #2423A5

Tints of Egyptian Blue #2423A5

Color information

#2423A5 (or 0x2423A5) is unknown color: approx Egyptian Blue. HEX triplet: 24, 23 and A5. RGB value is (36,35,165). Sum of RGB (Red+Green+Blue) = 36+35+165=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 165 (64.84% from 255 or 69.92% from 236); Max value from RGB is 165 - color contains mainly: blue. Hex color #2423A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2423A5 is #DBDC5A. Grayscale: #313131. Windows color (decimal): -14408795 or 10822436. OLE color: 10822436.

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

Color convert

RGB3635165-
CMYK0.780.7900.35
HSL240.46º65%39.22%-
HSV(B)240.46º78.79%64.71%-
XYZ8.124.2936-
YUV50.12192.83117.93-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.25%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 165 (64.84% from 255) = 69.92%
R=15.25%
G=14.83%
B=69.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal36351650.780.7900.35240.466539.22
Hex2423A54E4F023f04127
Octal444324511611704336010147
Binary10010010001110100101100111010011110100011111100001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2423A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2423A5; }

 p { color: rgb(36,35,165); }

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

<style>
 a { background-color: #2423A5; }

 a { background-color: rgb(36,35,165); }

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

<style>
 span { border-color: #2423A5; }

 span { border-color: rgb(36,35,165); }

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