Html Css Color HEX #242996 Egyptian Blue

📋 copy color: '#242996'

red 36 ◦ green 41 ◦ blue 150

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

Shades of Egyptian Blue #242996

Tints of Egyptian Blue #242996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 66.08%

R = 15.86%
G = 18.06%
B = 66.08%

CMYK

 C value IS 0.76

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#242996 (or 0x242996) is known color: Egyptian Blue. HEX triplet: 24, 29 and 96. RGB value is (36,41,150). Sum of RGB (Red+Green+Blue) = 36+41+150=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #242996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242996 is #DBD669. Grayscale: #333333. Windows color (decimal): -14407274 or 9840932. OLE color: 9840932.

HSL color Cylindrical-coordinate representation of color #242996: hue angle of 237.37º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242996 is Cyan = 0.76, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 36 41 150 -
CMYK 0.76 0.73 0 0.41
HSL 237.37º 0.61% 0.36% -
HSV(B) 237.37º 0.76% 0.59% -
XYZ 7.03 4.16 29.29 -
YUV 51.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 36 41 150 0.76 0.73 0 0.41 237.37 0.61 0.36
Hex 24 29 96 4C 49 0 29 ED 3D 24
Octal 44 51 226 114 111 0 51 355 75 44
Binary 100100 101001 10010110 1001100 1001001 0 101001 11101101 111101 100100

Color Harmonies of #242996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242996

Black with #242996

Text Example


Text Example

White with #242996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242996; }

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

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

background-color css

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

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

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

border-color css

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

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

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