Html Css Color HEX #242E90 Egyptian Blue

📋 copy color: '#242E90'

red 36 ◦ green 46 ◦ blue 144

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

Shades of Egyptian Blue #242E90

Tints of Egyptian Blue #242E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 63.72%

R = 15.93%
G = 20.35%
B = 63.72%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242E90 (or 0x242E90) is known color: Egyptian Blue. HEX triplet: 24, 2E and 90. RGB value is (36,46,144). Sum of RGB (Red+Green+Blue) = 36+46+144=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 46 (18.36% from 255 or 20.35% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #242E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E90 is #DBD16F. Grayscale: #353535. Windows color (decimal): -14406000 or 9448996. OLE color: 9448996.

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

Color convert

RGB 36 46 144 -
CMYK 0.75 0.68 0 0.44
HSL 234.44º 0.6% 0.35% -
HSV(B) 234.44º 0.75% 0.56% -
XYZ 6.74 4.34 26.87 -
YUV 54.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 36 46 144 0.75 0.68 0 0.44 234.44 0.6 0.35
Hex 24 2E 90 4B 44 0 2C EA 3C 23
Octal 44 56 220 113 104 0 54 352 74 43
Binary 100100 101110 10010000 1001011 1000100 0 101100 11101010 111100 100011

Color Harmonies of #242E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E90

Black with #242E90

Text Example


Text Example

White with #242E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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