Html Css Color HEX #292C95 Egyptian Blue

📋 copy color: '#292C95'

red 41 ◦ green 44 ◦ blue 149

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

Shades of Egyptian Blue #292C95

Tints of Egyptian Blue #292C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.68%

R = 17.52%
G = 18.8%
B = 63.68%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#292C95 (or 0x292C95) is known color: Egyptian Blue. HEX triplet: 29, 2C and 95. RGB value is (41,44,149). Sum of RGB (Red+Green+Blue) = 41+44+149=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #292C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C95 is #D6D36A. Grayscale: #363636. Windows color (decimal): -14078827 or 9776169. OLE color: 9776169.

HSL color Cylindrical-coordinate representation of color #292C95: hue angle of 238.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292C95 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 44 149 -
CMYK 0.72 0.70 0 0.42
HSL 238.33º 0.57% 0.37% -
HSV(B) 238.33º 0.72% 0.58% -
XYZ 7.24 4.44 28.91 -
YUV 55.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 41 44 149 0.72 0.70 0 0.42 238.33 0.57 0.37
Hex 29 2C 95 48 46 0 2A EE 39 25
Octal 51 54 225 110 106 0 52 356 71 45
Binary 101001 101100 10010101 1001000 1000110 0 101010 11101110 111001 100101

Color Harmonies of #292C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292C95

Black with #292C95

Text Example


Text Example

White with #292C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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