Html Css Color HEX #242E9F Egyptian Blue

📋 copy color: '#242E9F'

red 36 ◦ green 46 ◦ blue 159

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

Shades of Egyptian Blue #242E9F

Tints of Egyptian Blue #242E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.98%

R = 14.94%
G = 19.09%
B = 65.98%

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

#242E9F (or 0x242E9F) is known color: Egyptian Blue. HEX triplet: 24, 2E and 9F. RGB value is (36,46,159). Sum of RGB (Red+Green+Blue) = 36+46+159=241 (31% of max value = 765). Red value is 36 (14.45% from 255 or 14.94% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #242E9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242E9F is #DBD160. Grayscale: #373737. Windows color (decimal): -14405985 or 10432036. OLE color: 10432036.

HSL color Cylindrical-coordinate representation of color #242E9F: hue angle of 235.12º 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 #242E9F is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 36 46 159 -
CMYK 0.77 0.71 0 0.38
HSL 235.12º 0.63% 0.38% -
HSV(B) 235.12º 0.77% 0.62% -
XYZ 7.96 4.83 33.31 -
YUV 55.89 186.19 113.81 -
System Red Green Blue C M Y K H S L
Decimal 36 46 159 0.77 0.71 0 0.38 235.12 0.63 0.38
Hex 24 2E 9F 4D 47 0 26 EB 3F 26
Octal 44 56 237 115 107 0 46 353 77 46
Binary 100100 101110 10011111 1001101 1000111 0 100110 11101011 111111 100110

Color Harmonies of #242E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242E9F

Black with #242E9F

Text Example


Text Example

White with #242E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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