#243AA4

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

Shades of Egyptian Blue #243AA4

Tints of Egyptian Blue #243AA4

Color information

#243AA4 (or 0x243AA4) is unknown color: approx Egyptian Blue. HEX triplet: 24, 3A and A4. RGB value is (36,58,164). Sum of RGB (Red+Green+Blue) = 36+58+164=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #243AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243AA4 is #DBC55B. Grayscale: #3F3F3F. Windows color (decimal): -14402908 or 10762788. OLE color: 10762788.

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

Color convert

RGB3658164-
CMYK0.780.6500.36
HSL229.69º64%39.22%-
HSV(B)229.69º78.05%64.31%-
XYZ8.946.0835.82-
YUV63.51184.71108.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 13.95%
GREEN value IS 58 (23.05% from 255) = 22.48%
BLUE value IS 164 (64.45% from 255) = 63.57%
R=13.95%
G=22.48%
B=63.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal36581640.780.6500.36229.696439.22
Hex243AA44E41024e64027
Octal447224411610104434610047
Binary10010011101010100100100111010000010100100111001101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243AA4; }

 p { color: rgb(36,58,164); }

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

<style>
 a { background-color: #243AA4; }

 a { background-color: rgb(36,58,164); }

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

<style>
 span { border-color: #243AA4; }

 span { border-color: rgb(36,58,164); }

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