Html Css Color HEX #242E9E Egyptian Blue

📋 copy color: '#242E9E'

red 36 ◦ green 46 ◦ blue 158

#242E9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #242E9E

Tints of Egyptian Blue #242E9E

RGB

 RED value IS 36 (14.45% from 255) = 15%

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 158 (62.11% from 255) = 65.83%

R = 15%
G = 19.17%
B = 65.83%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#242E9E (or 0x242E9E) is known color: Egyptian Blue. HEX triplet: 24, 2E and 9E. RGB value is (36,46,158). Sum of RGB (Red+Green+Blue) = 36+46+158=240 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #242E9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E9E is #DBD161. Grayscale: #373737. Windows color (decimal): -14405986 or 10366500. OLE color: 10366500.

HSL color Cylindrical-coordinate representation of color #242E9E: hue angle of 235.08º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #242E9E is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 46 158 -
CMYK 0.77 0.71 0 0.38
HSL 235.08º 0.63% 0.38% -
HSV(B) 235.08º 0.77% 0.62% -
XYZ 7.88 4.8 32.86 -
YUV 55.78 185.69 113.89 -
System Red Green Blue C M Y K H S L
Decimal 36 46 158 0.77 0.71 0 0.38 235.08 0.63 0.38
Hex 24 2E 9E 4D 47 0 26 EB 3F 26
Octal 44 56 236 115 107 0 46 353 77 46
Binary 100100 101110 10011110 1001101 1000111 0 100110 11101011 111111 100110

Color Harmonies of #242E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E9E

Black with #242E9E

Text Example


Text Example

White with #242E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,46,158); }

 H1.HeaderClassName
 {
   color: #242E9E;
 }
 .AnyTagClassName
 {
   color: #242E9E;
 }
</style>

background-color css

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

 a { background-color: rgb(36,46,158); }

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

border-color css

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

 span { border-color: rgb(36,46,158); }

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