#243A92

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

Shades of Egyptian Blue #243A92

Tints of Egyptian Blue #243A92

Color information

#243A92 (or 0x243A92) is unknown color: approx Egyptian Blue. HEX triplet: 24, 3A and 92. RGB value is (36,58,146). Sum of RGB (Red+Green+Blue) = 36+58+146=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #243A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243A92 is #DBC56D. Grayscale: #3D3D3D. Windows color (decimal): -14402926 or 9583140. OLE color: 9583140.

HSL color Cylindrical-coordinate representation of color #243A92: hue angle of 228º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #243A92 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3658146-
CMYK0.750.6000.43
HSL228º60.44%35.69%-
HSV(B)228º75.34%57.25%-
XYZ7.435.4827.86-
YUV61.45175.71109.84-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 146 (57.42% from 255) = 60.83%
R=15%
G=24.17%
B=60.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36581460.750.6000.4322860.4435.69
Hex243A924B3C02Be43c24
Octal4472222113740533447444
Binary100100111010100100101001011111100010101111100100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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