Html Css Color HEX #242A90 Egyptian Blue

📋 copy color: '#242A90'

red 36 ◦ green 42 ◦ blue 144

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

Shades of Egyptian Blue #242A90

Tints of Egyptian Blue #242A90

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.92%

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

R = 16.22%
G = 18.92%
B = 64.86%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242A90 (or 0x242A90) is known color: Egyptian Blue. HEX triplet: 24, 2A and 90. RGB value is (36,42,144). Sum of RGB (Red+Green+Blue) = 36+42+144=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 42 (16.80% from 255 or 18.92% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #242A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A90 is #DBD56F. Grayscale: #333333. Windows color (decimal): -14407024 or 9447972. OLE color: 9447972.

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

Color convert

RGB 36 42 144 -
CMYK 0.75 0.71 0 0.44
HSL 236.67º 0.6% 0.35% -
HSV(B) 236.67º 0.75% 0.56% -
XYZ 6.59 4.04 26.82 -
YUV 51.83 180.01 116.71 -
System Red Green Blue C M Y K H S L
Decimal 36 42 144 0.75 0.71 0 0.44 236.67 0.6 0.35
Hex 24 2A 90 4B 47 0 2C ED 3C 23
Octal 44 52 220 113 107 0 54 355 74 43
Binary 100100 101010 10010000 1001011 1000111 0 101100 11101101 111100 100011

Color Harmonies of #242A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A90

Black with #242A90

Text Example


Text Example

White with #242A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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