#243194

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

Shades of Egyptian Blue #243194

Tints of Egyptian Blue #243194

Color information

#243194 (or 0x243194) is unknown color: approx Egyptian Blue. HEX triplet: 24, 31 and 94. RGB value is (36,49,148). Sum of RGB (Red+Green+Blue) = 36+49+148=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 148 (58.20% from 255 or 63.52% from 233); Max value from RGB is 148 - color contains mainly: blue. Hex color #243194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243194 is #DBCE6B. Grayscale: #373737. Windows color (decimal): -14405228 or 9711908. OLE color: 9711908.

HSL color Cylindrical-coordinate representation of color #243194: hue angle of 233.04º 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 #243194 is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3649148-
CMYK0.760.6700.42
HSL233.04º60.87%36.08%-
HSV(B)233.04º75.68%58.04%-
XYZ7.174.7128.55-
YUV56.4179.69113.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.45%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 148 (58.20% from 255) = 63.52%
R=15.45%
G=21.03%
B=63.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36491480.760.6700.42233.0460.8736.08
Hex2431944C4302Ae93d24
Octal44612241141030523517544
Binary1001001100011001010010011001000011010101011101001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243194; }

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

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

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

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

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

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

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

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