Html Css Color HEX #242C92 Egyptian Blue

📋 copy color: '#242C92'

red 36 ◦ green 44 ◦ blue 146

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

Shades of Egyptian Blue #242C92

Tints of Egyptian Blue #242C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 64.6%

R = 15.93%
G = 19.47%
B = 64.6%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#242C92 (or 0x242C92) is known color: Egyptian Blue. HEX triplet: 24, 2C and 92. RGB value is (36,44,146). Sum of RGB (Red+Green+Blue) = 36+44+146=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #242C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242C92 is #DBD36D. Grayscale: #343434. Windows color (decimal): -14406510 or 9579556. OLE color: 9579556.

HSL color Cylindrical-coordinate representation of color #242C92: hue angle of 235.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #242C92 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 44 146 -
CMYK 0.75 0.70 0 0.43
HSL 235.64º 0.6% 0.36% -
HSV(B) 235.64º 0.75% 0.57% -
XYZ 6.82 4.25 27.66 -
YUV 53.24 180.35 115.71 -
System Red Green Blue C M Y K H S L
Decimal 36 44 146 0.75 0.70 0 0.43 235.64 0.6 0.36
Hex 24 2C 92 4B 46 0 2B EC 3C 24
Octal 44 54 222 113 106 0 53 354 74 44
Binary 100100 101100 10010010 1001011 1000110 0 101011 11101100 111100 100100

Color Harmonies of #242C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242C92

Black with #242C92

Text Example


Text Example

White with #242C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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