#2447A1

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

Shades of Egyptian Blue #2447A1

Tints of Egyptian Blue #2447A1

Color information

#2447A1 (or 0x2447A1) is unknown color: approx Egyptian Blue. HEX triplet: 24, 47 and A1. RGB value is (36,71,161). Sum of RGB (Red+Green+Blue) = 36+71+161=268 (35% of max value = 765). Red value is 36 (14.45% from 255 or 13.43% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 161 (63.28% from 255 or 60.07% from 268); Max value from RGB is 161 - color contains mainly: blue. Hex color #2447A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2447A1 is #DBB85E. Grayscale: #464646. Windows color (decimal): -14399583 or 10569508. OLE color: 10569508.

HSL color Cylindrical-coordinate representation of color #2447A1: hue angle of 223.2º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2447A1 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3671161-
CMYK0.780.5600.37
HSL223.2º63.45%38.63%-
HSV(B)223.2º77.64%63.14%-
XYZ9.417.4534.66-
YUV70.8178.9103.18-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.43%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 161 (63.28% from 255) = 60.07%
R=13.43%
G=26.49%
B=60.07%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal36711610.780.5600.37223.263.4538.63
Hex2447A14E38025df3f27
Octal44107241116700453377747
Binary1001001000111101000011001110111000010010111011111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2447A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2447A1; }

 p { color: rgb(36,71,161); }

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

<style>
 a { background-color: #2447A1; }

 a { background-color: rgb(36,71,161); }

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

<style>
 span { border-color: #2447A1; }

 span { border-color: rgb(36,71,161); }

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