Html Css Color HEX #2440A5 Egyptian Blue

📋 copy color: '#2440A5'

red 36 ◦ green 64 ◦ blue 165

#2440A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #2440A5

Tints of Egyptian Blue #2440A5

RGB

 RED value IS 36 (14.45% from 255) = 13.58%

 GREEN value IS 64 (25.39% from 255) = 24.15%

 BLUE value IS 165 (64.84% from 255) = 62.26%

R = 13.58%
G = 24.15%
B = 62.26%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2440A5 (or 0x2440A5) is known color: Egyptian Blue. HEX triplet: 24, 40 and A5. RGB value is (36,64,165). Sum of RGB (Red+Green+Blue) = 36+64+165=265 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.58% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 165 (64.84% from 255 or 62.26% from 265); Max value from RGB is 165 - color contains mainly: blue. Hex color #2440A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2440A5 is #DBBF5A. Grayscale: #424242. Windows color (decimal): -14401371 or 10829860. OLE color: 10829860.

HSL color Cylindrical-coordinate representation of color #2440A5: hue angle of 226.98º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2440A5 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 36 64 165 -
CMYK 0.78 0.61 0 0.35
HSL 226.98º 0.64% 0.39% -
HSV(B) 226.98º 0.78% 0.65% -
XYZ 9.35 6.76 36.41 -
YUV 67.14 183.22 105.79 -
System Red Green Blue C M Y K H S L
Decimal 36 64 165 0.78 0.61 0 0.35 226.98 0.64 0.39
Hex 24 40 A5 4E 3D 0 23 E3 40 27
Octal 44 100 245 116 75 0 43 343 100 47
Binary 100100 1000000 10100101 1001110 111101 0 100011 11100011 1000000 100111

Color Harmonies of #2440A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2440A5

Black with #2440A5

Text Example


Text Example

White with #2440A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2440A5;
 }
 .AnyTagClassName
 {
   color: #2440A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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