#242C93

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

Shades of Egyptian Blue #242C93

Tints of Egyptian Blue #242C93

Color information

#242C93 (or 0x242C93) is unknown color: approx Egyptian Blue. HEX triplet: 24, 2C and 93. RGB value is (36,44,147). Sum of RGB (Red+Green+Blue) = 36+44+147=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #242C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C93 is #DBD36C. Grayscale: #343434. Windows color (decimal): -14406509 or 9645092. OLE color: 9645092.

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

Color convert

RGB3644147-
CMYK0.760.7000.42
HSL235.68º60.66%35.88%-
HSV(B)235.68º75.51%57.65%-
XYZ6.894.2828.07-
YUV53.35180.85115.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 147 (57.81% from 255) = 64.76%
R=15.86%
G=19.38%
B=64.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal36441470.760.7000.42235.6860.6635.88
Hex242C934C4602Aec3d24
Octal44542231141060523547544
Binary1001001011001001001110011001000110010101011101100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242C93; }

 p { color: rgb(36,44,147); }

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

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

 a { background-color: rgb(36,44,147); }

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

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

 span { border-color: rgb(36,44,147); }

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