Html Css Color HEX #242B90 Egyptian Blue

📋 copy color: '#242B90'

red 36 ◦ green 43 ◦ blue 144

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

Shades of Egyptian Blue #242B90

Tints of Egyptian Blue #242B90

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.28%

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

R = 16.14%
G = 19.28%
B = 64.57%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#242B90 (or 0x242B90) is known color: Egyptian Blue. HEX triplet: 24, 2B and 90. RGB value is (36,43,144). Sum of RGB (Red+Green+Blue) = 36+43+144=223 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.14% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #242B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B90 is #DBD46F. Grayscale: #343434. Windows color (decimal): -14406768 or 9448228. OLE color: 9448228.

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

Color convert

RGB 36 43 144 -
CMYK 0.75 0.70 0 0.44
HSL 236.11º 0.6% 0.35% -
HSV(B) 236.11º 0.75% 0.56% -
XYZ 6.63 4.12 26.83 -
YUV 52.42 179.68 116.29 -
System Red Green Blue C M Y K H S L
Decimal 36 43 144 0.75 0.70 0 0.44 236.11 0.6 0.35
Hex 24 2B 90 4B 46 0 2C EC 3C 23
Octal 44 53 220 113 106 0 54 354 74 43
Binary 100100 101011 10010000 1001011 1000110 0 101100 11101100 111100 100011

Color Harmonies of #242B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B90

Black with #242B90

Text Example


Text Example

White with #242B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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