#243094

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

Shades of Egyptian Blue #243094

Tints of Egyptian Blue #243094

Color information

#243094 (or 0x243094) is unknown color: approx Egyptian Blue. HEX triplet: 24, 30 and 94. RGB value is (36,48,148). Sum of RGB (Red+Green+Blue) = 36+48+148=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #243094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243094 is #DBCF6B. Grayscale: #373737. Windows color (decimal): -14405484 or 9711652. OLE color: 9711652.

HSL color Cylindrical-coordinate representation of color #243094: hue angle of 233.57º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243094 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3648148-
CMYK0.760.6800.42
HSL233.57º60.87%36.08%-
HSV(B)233.57º75.68%58.04%-
XYZ7.134.6328.53-
YUV55.81180.02113.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.52%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 148 (58.20% from 255) = 63.79%
R=15.52%
G=20.69%
B=63.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36481480.760.6800.42233.5760.8736.08
Hex2430944C4402Aea3d24
Octal44602241141040523527544
Binary1001001100001001010010011001000100010101011101010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243094; }

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

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

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

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

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

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

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

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