Html Css Color HEX #293AA1 Egyptian Blue

📋 copy color: '#293AA1'

red 41 ◦ green 58 ◦ blue 161

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

Shades of Egyptian Blue #293AA1

Tints of Egyptian Blue #293AA1

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.31%

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

R = 15.77%
G = 22.31%
B = 61.92%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#293AA1 (or 0x293AA1) is known color: Egyptian Blue. HEX triplet: 29, 3A and A1. RGB value is (41,58,161). Sum of RGB (Red+Green+Blue) = 41+58+161=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 161 (63.28% from 255 or 61.92% from 260); Max value from RGB is 161 - color contains mainly: blue. Hex color #293AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293AA1 is #D6C55E. Grayscale: #404040. Windows color (decimal): -14075231 or 10566185. OLE color: 10566185.

HSL color Cylindrical-coordinate representation of color #293AA1: hue angle of 231.5º 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 #293AA1 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 58 161 -
CMYK 0.75 0.64 0 0.37
HSL 231.5º 0.59% 0.4% -
HSV(B) 231.5º 0.75% 0.63% -
XYZ 8.86 6.07 34.42 -
YUV 64.66 182.37 111.12 -
System Red Green Blue C M Y K H S L
Decimal 41 58 161 0.75 0.64 0 0.37 231.5 0.59 0.4
Hex 29 3A A1 4B 40 0 25 E8 3B 28
Octal 51 72 241 113 100 0 45 350 73 50
Binary 101001 111010 10100001 1001011 1000000 0 100101 11101000 111011 101000

Color Harmonies of #293AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293AA1

Black with #293AA1

Text Example


Text Example

White with #293AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293AA1; }

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

 H1.HeaderClassName
 {
   color: #293AA1;
 }
 .AnyTagClassName
 {
   color: #293AA1;
 }
</style>

background-color css

<style>
 a { background-color: #293AA1; }

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

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

border-color css

<style>
 span { border-color: #293AA1; }

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

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