Html Css Color HEX #292DA1 Egyptian Blue

📋 copy color: '#292DA1'

red 41 ◦ green 45 ◦ blue 161

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

Shades of Egyptian Blue #292DA1

Tints of Egyptian Blue #292DA1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.22%

 BLUE value IS 161 (63.28% from 255) = 65.18%

R = 16.6%
G = 18.22%
B = 65.18%

CMYK

 C value IS 0.75

 M value IS 0.72

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#292DA1 (or 0x292DA1) is known color: Egyptian Blue. HEX triplet: 29, 2D and A1. RGB value is (41,45,161). Sum of RGB (Red+Green+Blue) = 41+45+161=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 161 (63.28% from 255 or 65.18% from 247); Max value from RGB is 161 - color contains mainly: blue. Hex color #292DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292DA1 is #D6D25E. Grayscale: #383838. Windows color (decimal): -14078559 or 10562857. OLE color: 10562857.

HSL color Cylindrical-coordinate representation of color #292DA1: hue angle of 238º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #292DA1 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 45 161 -
CMYK 0.75 0.72 0 0.37
HSL 238º 0.59% 0.4% -
HSV(B) 238º 0.75% 0.63% -
XYZ 8.29 4.92 34.23 -
YUV 57.03 186.67 116.57 -
System Red Green Blue C M Y K H S L
Decimal 41 45 161 0.75 0.72 0 0.37 238 0.59 0.4
Hex 29 2D A1 4B 48 0 25 EE 3B 28
Octal 51 55 241 113 110 0 45 356 73 50
Binary 101001 101101 10100001 1001011 1001000 0 100101 11101110 111011 101000

Color Harmonies of #292DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292DA1

Black with #292DA1

Text Example


Text Example

White with #292DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,45,161); }

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

background-color css

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

 a { background-color: rgb(41,45,161); }

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

border-color css

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

 span { border-color: rgb(41,45,161); }

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