Html Css Color HEX #292C9D Egyptian Blue

📋 copy color: '#292C9D'

red 41 ◦ green 44 ◦ blue 157

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

Shades of Egyptian Blue #292C9D

Tints of Egyptian Blue #292C9D

RGB

 RED value IS 41 (16.41% from 255) = 16.94%

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

 BLUE value IS 157 (61.72% from 255) = 64.88%

R = 16.94%
G = 18.18%
B = 64.88%

CMYK

 C value IS 0.74

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#292C9D (or 0x292C9D) is known color: Egyptian Blue. HEX triplet: 29, 2C and 9D. RGB value is (41,44,157). Sum of RGB (Red+Green+Blue) = 41+44+157=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #292C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C9D is #D6D362. Grayscale: #373737. Windows color (decimal): -14078819 or 10300457. OLE color: 10300457.

HSL color Cylindrical-coordinate representation of color #292C9D: hue angle of 238.45º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #292C9D is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 44 157 -
CMYK 0.74 0.72 0 0.38
HSL 238.45º 0.59% 0.39% -
HSV(B) 238.45º 0.74% 0.62% -
XYZ 7.9 4.71 32.39 -
YUV 55.99 185.01 117.31 -
System Red Green Blue C M Y K H S L
Decimal 41 44 157 0.74 0.72 0 0.38 238.45 0.59 0.39
Hex 29 2C 9D 4A 48 0 26 EE 3B 27
Octal 51 54 235 112 110 0 46 356 73 47
Binary 101001 101100 10011101 1001010 1001000 0 100110 11101110 111011 100111

Color Harmonies of #292C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C9D

Black with #292C9D

Text Example


Text Example

White with #292C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292C9D; }

 p { color: rgb(41,44,157); }

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

background-color css

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

 a { background-color: rgb(41,44,157); }

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

border-color css

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

 span { border-color: rgb(41,44,157); }

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