#243091

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

Shades of Egyptian Blue #243091

Tints of Egyptian Blue #243091

Color information

#243091 (or 0x243091) is unknown color: approx Egyptian Blue. HEX triplet: 24, 30 and 91. RGB value is (36,48,145). Sum of RGB (Red+Green+Blue) = 36+48+145=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #243091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243091 is #DBCF6E. Grayscale: #373737. Windows color (decimal): -14405487 or 9515044. OLE color: 9515044.

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

Color convert

RGB3648145-
CMYK0.750.6700.43
HSL233.39º60.22%35.49%-
HSV(B)233.39º75.17%56.86%-
XYZ6.94.5327.3-
YUV55.47178.52114.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.72%
GREEN value IS 48 (19.14% from 255) = 20.96%
BLUE value IS 145 (57.03% from 255) = 63.32%
R=15.72%
G=20.96%
B=63.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal36481450.750.6700.43233.3960.2235.49
Hex2430914B4302Be93c23
Octal44602211131030533517443
Binary1001001100001001000110010111000011010101111101001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243091; }

 p { color: rgb(36,48,145); }

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

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

 a { background-color: rgb(36,48,145); }

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

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

 span { border-color: rgb(36,48,145); }

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