Html Css Color HEX #242A92 Egyptian Blue

📋 copy color: '#242A92'

red 36 ◦ green 42 ◦ blue 146

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

Shades of Egyptian Blue #242A92

Tints of Egyptian Blue #242A92

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.75%

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

R = 16.07%
G = 18.75%
B = 65.18%

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

#242A92 (or 0x242A92) is known color: Egyptian Blue. HEX triplet: 24, 2A and 92. RGB value is (36,42,146). Sum of RGB (Red+Green+Blue) = 36+42+146=224 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.07% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #242A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242A92 is #DBD56D. Grayscale: #333333. Windows color (decimal): -14407022 or 9579044. OLE color: 9579044.

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

Color convert

RGB 36 42 146 -
CMYK 0.75 0.71 0 0.43
HSL 236.73º 0.6% 0.36% -
HSV(B) 236.73º 0.75% 0.57% -
XYZ 6.74 4.11 27.63 -
YUV 52.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 36 42 146 0.75 0.71 0 0.43 236.73 0.6 0.36
Hex 24 2A 92 4B 47 0 2B ED 3C 24
Octal 44 52 222 113 107 0 53 355 74 44
Binary 100100 101010 10010010 1001011 1000111 0 101011 11101101 111100 100100

Color Harmonies of #242A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242A92

Black with #242A92

Text Example


Text Example

White with #242A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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