#243396

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

Shades of Egyptian Blue #243396

Tints of Egyptian Blue #243396

Color information

#243396 (or 0x243396) is unknown color: approx Egyptian Blue. HEX triplet: 24, 33 and 96. RGB value is (36,51,150). Sum of RGB (Red+Green+Blue) = 36+51+150=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #243396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243396 is #DBCC69. Grayscale: #393939. Windows color (decimal): -14404714 or 9843492. OLE color: 9843492.

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

Color convert

RGB3651150-
CMYK0.760.6600.41
HSL232.11º61.29%36.47%-
HSV(B)232.11º76%58.82%-
XYZ7.424.9429.42-
YUV57.8180.03112.45-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 150 (58.98% from 255) = 63.29%
R=15.19%
G=21.52%
B=63.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36511500.760.6600.41232.1161.2936.47
Hex2433964C42029e83d24
Octal44632261141020513507544
Binary1001001100111001011010011001000010010100111101000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243396; }

 p { color: rgb(36,51,150); }

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

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

 a { background-color: rgb(36,51,150); }

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

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

 span { border-color: rgb(36,51,150); }

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