Html Css Color HEX #242C90 Egyptian Blue

📋 copy color: '#242C90'

red 36 ◦ green 44 ◦ blue 144

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

Shades of Egyptian Blue #242C90

Tints of Egyptian Blue #242C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.64%

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

R = 16.07%
G = 19.64%
B = 64.29%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242C90 (or 0x242C90) is known color: Egyptian Blue. HEX triplet: 24, 2C and 90. RGB value is (36,44,144). Sum of RGB (Red+Green+Blue) = 36+44+144=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #242C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C90 is #DBD36F. Grayscale: #343434. Windows color (decimal): -14406512 or 9448484. OLE color: 9448484.

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

Color convert

RGB 36 44 144 -
CMYK 0.75 0.69 0 0.44
HSL 235.56º 0.6% 0.35% -
HSV(B) 235.56º 0.75% 0.56% -
XYZ 6.66 4.19 26.84 -
YUV 53.01 179.35 115.87 -
System Red Green Blue C M Y K H S L
Decimal 36 44 144 0.75 0.69 0 0.44 235.56 0.6 0.35
Hex 24 2C 90 4B 45 0 2C EC 3C 23
Octal 44 54 220 113 105 0 54 354 74 43
Binary 100100 101100 10010000 1001011 1000101 0 101100 11101100 111100 100011

Color Harmonies of #242C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242C90

Black with #242C90

Text Example


Text Example

White with #242C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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