Html Css Color HEX #242E92 Egyptian Blue

📋 copy color: '#242E92'

red 36 ◦ green 46 ◦ blue 146

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

Shades of Egyptian Blue #242E92

Tints of Egyptian Blue #242E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.04%

R = 15.79%
G = 20.18%
B = 64.04%

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

#242E92 (or 0x242E92) is known color: Egyptian Blue. HEX triplet: 24, 2E and 92. RGB value is (36,46,146). Sum of RGB (Red+Green+Blue) = 36+46+146=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #242E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E92 is #DBD16D. Grayscale: #363636. Windows color (decimal): -14405998 or 9580068. OLE color: 9580068.

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

Color convert

RGB 36 46 146 -
CMYK 0.75 0.68 0 0.43
HSL 234.55º 0.6% 0.36% -
HSV(B) 234.55º 0.75% 0.57% -
XYZ 6.89 4.4 27.68 -
YUV 54.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 36 46 146 0.75 0.68 0 0.43 234.55 0.6 0.36
Hex 24 2E 92 4B 44 0 2B EB 3C 24
Octal 44 56 222 113 104 0 53 353 74 44
Binary 100100 101110 10010010 1001011 1000100 0 101011 11101011 111100 100100

Color Harmonies of #242E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E92

Black with #242E92

Text Example


Text Example

White with #242E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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