#243296

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

Shades of Egyptian Blue #243296

Tints of Egyptian Blue #243296

Color information

#243296 (or 0x243296) is unknown color: approx Egyptian Blue. HEX triplet: 24, 32 and 96. RGB value is (36,50,150). Sum of RGB (Red+Green+Blue) = 36+50+150=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #243296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243296 is #DBCD69. Grayscale: #383838. Windows color (decimal): -14404970 or 9843236. OLE color: 9843236.

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

Color convert

RGB3650150-
CMYK0.760.6700.41
HSL232.63º61.29%36.47%-
HSV(B)232.63º76%58.82%-
XYZ7.374.8629.4-
YUV57.21180.36112.87-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.25%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 150 (58.98% from 255) = 63.56%
R=15.25%
G=21.19%
B=63.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36501500.760.6700.41232.6361.2936.47
Hex2432964C43029e93d24
Octal44622261141030513517544
Binary1001001100101001011010011001000011010100111101001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243296; }

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

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

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

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

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

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

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

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