Html Css Color HEX #242B93 Egyptian Blue

📋 copy color: '#242B93'

red 36 ◦ green 43 ◦ blue 147

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

Shades of Egyptian Blue #242B93

Tints of Egyptian Blue #242B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.04%

R = 15.93%
G = 19.03%
B = 65.04%

CMYK

 C value IS 0.76

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#242B93 (or 0x242B93) is known color: Egyptian Blue. HEX triplet: 24, 2B and 93. RGB value is (36,43,147). Sum of RGB (Red+Green+Blue) = 36+43+147=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #242B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B93 is #DBD46C. Grayscale: #343434. Windows color (decimal): -14406765 or 9644836. OLE color: 9644836.

HSL color Cylindrical-coordinate representation of color #242B93: hue angle of 236.22º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #242B93 is Cyan = 0.76, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 43 147 -
CMYK 0.76 0.71 0 0.42
HSL 236.22º 0.61% 0.36% -
HSV(B) 236.22º 0.76% 0.58% -
XYZ 6.86 4.21 28.05 -
YUV 52.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 36 43 147 0.76 0.71 0 0.42 236.22 0.61 0.36
Hex 24 2B 93 4C 47 0 2A EC 3D 24
Octal 44 53 223 114 107 0 52 354 75 44
Binary 100100 101011 10010011 1001100 1000111 0 101010 11101100 111101 100100

Color Harmonies of #242B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B93

Black with #242B93

Text Example


Text Example

White with #242B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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