Html Css Color HEX #242990 Egyptian Blue

📋 copy color: '#242990'

red 36 ◦ green 41 ◦ blue 144

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

Shades of Egyptian Blue #242990

Tints of Egyptian Blue #242990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.55%

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

R = 16.29%
G = 18.55%
B = 65.16%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242990 (or 0x242990) is known color: Egyptian Blue. HEX triplet: 24, 29 and 90. RGB value is (36,41,144). Sum of RGB (Red+Green+Blue) = 36+41+144=221 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.29% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #242990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242990 is #DBD66F. Grayscale: #323232. Windows color (decimal): -14407280 or 9447716. OLE color: 9447716.

HSL color Cylindrical-coordinate representation of color #242990: hue angle of 237.22º 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 #242990 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 36 41 144 -
CMYK 0.75 0.72 0 0.44
HSL 237.22º 0.6% 0.35% -
HSV(B) 237.22º 0.75% 0.56% -
XYZ 6.55 3.97 26.81 -
YUV 51.25 180.34 117.12 -
System Red Green Blue C M Y K H S L
Decimal 36 41 144 0.75 0.72 0 0.44 237.22 0.6 0.35
Hex 24 29 90 4B 48 0 2C ED 3C 23
Octal 44 51 220 113 110 0 54 355 74 43
Binary 100100 101001 10010000 1001011 1001000 0 101100 11101101 111100 100011

Color Harmonies of #242990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242990

Black with #242990

Text Example


Text Example

White with #242990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242990; }

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

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

background-color css

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

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

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

border-color css

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

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

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