Html Css Color HEX #242E91 Egyptian Blue

📋 copy color: '#242E91'

red 36 ◦ green 46 ◦ blue 145

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

Shades of Egyptian Blue #242E91

Tints of Egyptian Blue #242E91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 63.88%

R = 15.86%
G = 20.26%
B = 63.88%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#242E91 (or 0x242E91) is known color: Egyptian Blue. HEX triplet: 24, 2E and 91. RGB value is (36,46,145). Sum of RGB (Red+Green+Blue) = 36+46+145=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #242E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E91 is #DBD16E. Grayscale: #353535. Windows color (decimal): -14405999 or 9514532. OLE color: 9514532.

HSL color Cylindrical-coordinate representation of color #242E91: hue angle of 234.5º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242E91 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 46 145 -
CMYK 0.75 0.68 0 0.43
HSL 234.5º 0.6% 0.35% -
HSV(B) 234.5º 0.75% 0.57% -
XYZ 6.82 4.37 27.27 -
YUV 54.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 36 46 145 0.75 0.68 0 0.43 234.5 0.6 0.35
Hex 24 2E 91 4B 44 0 2B EA 3C 23
Octal 44 56 221 113 104 0 53 352 74 43
Binary 100100 101110 10010001 1001011 1000100 0 101011 11101010 111100 100011

Color Harmonies of #242E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E91

Black with #242E91

Text Example


Text Example

White with #242E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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