Html Css Color HEX #242B92 Egyptian Blue

📋 copy color: '#242B92'

red 36 ◦ green 43 ◦ blue 146

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

Shades of Egyptian Blue #242B92

Tints of Egyptian Blue #242B92

RGB

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

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

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

R = 16%
G = 19.11%
B = 64.89%

CMYK

 C value IS 0.75

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#242B92 (or 0x242B92) is known color: Egyptian Blue. HEX triplet: 24, 2B and 92. RGB value is (36,43,146). Sum of RGB (Red+Green+Blue) = 36+43+146=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 146 (57.42% from 255 or 64.89% from 225); Max value from RGB is 146 - color contains mainly: blue. Hex color #242B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242B92 is #DBD46D. Grayscale: #343434. Windows color (decimal): -14406766 or 9579300. OLE color: 9579300.

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

Color convert

RGB 36 43 146 -
CMYK 0.75 0.71 0 0.43
HSL 236.18º 0.6% 0.36% -
HSV(B) 236.18º 0.75% 0.57% -
XYZ 6.78 4.18 27.64 -
YUV 52.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 36 43 146 0.75 0.71 0 0.43 236.18 0.6 0.36
Hex 24 2B 92 4B 47 0 2B EC 3C 24
Octal 44 53 222 113 107 0 53 354 74 44
Binary 100100 101011 10010010 1001011 1000111 0 101011 11101100 111100 100100

Color Harmonies of #242B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242B92

Black with #242B92

Text Example


Text Example

White with #242B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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