#243495

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

Shades of Egyptian Blue #243495

Tints of Egyptian Blue #243495

Color information

#243495 (or 0x243495) is unknown color: approx Egyptian Blue. HEX triplet: 24, 34 and 95. RGB value is (36,52,149). Sum of RGB (Red+Green+Blue) = 36+52+149=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #243495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243495 is #DBCB6A. Grayscale: #393939. Windows color (decimal): -14404459 or 9778212. OLE color: 9778212.

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

Color convert

RGB3652149-
CMYK0.760.6500.42
HSL231.5º61.08%36.27%-
HSV(B)231.5º75.84%58.43%-
XYZ7.38529.01-
YUV58.27179.2112.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=15.19%
G=21.94%
B=62.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36521490.760.6500.42231.561.0836.27
Hex2434954C4102Ae83d24
Octal44642251141010523507544
Binary1001001101001001010110011001000001010101011101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243495; }

 p { color: rgb(36,52,149); }

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

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

 a { background-color: rgb(36,52,149); }

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

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

 span { border-color: rgb(36,52,149); }

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