#243099

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

Shades of Egyptian Blue #243099

Tints of Egyptian Blue #243099

Color information

#243099 (or 0x243099) is unknown color: approx Egyptian Blue. HEX triplet: 24, 30 and 99. RGB value is (36,48,153). Sum of RGB (Red+Green+Blue) = 36+48+153=237 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.19% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 153 (60.16% from 255 or 64.56% from 237); Max value from RGB is 153 - color contains mainly: blue. Hex color #243099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #243099 is #DBCF66. Grayscale: #373737. Windows color (decimal): -14405479 or 10039332. OLE color: 10039332.

HSL color Cylindrical-coordinate representation of color #243099: hue angle of 233.85º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #243099 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3648153-
CMYK0.760.6900.4
HSL233.85º61.9%37.06%-
HSV(B)233.85º76.47%60%-
XYZ7.534.7930.66-
YUV56.38182.52113.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.19%
GREEN value IS 48 (19.14% from 255) = 20.25%
BLUE value IS 153 (60.16% from 255) = 64.56%
R=15.19%
G=20.25%
B=64.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36481530.760.6900.4233.8561.937.06
Hex2430994C45028ea3e25
Octal44602311141050503527645
Binary1001001100001001100110011001000101010100011101010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #243099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #243099; }

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

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

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

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

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

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

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

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