Html Css Color HEX #293A97 Egyptian Blue

📋 copy color: '#293A97'

red 41 ◦ green 58 ◦ blue 151

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

Shades of Egyptian Blue #293A97

Tints of Egyptian Blue #293A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.4%

R = 16.4%
G = 23.2%
B = 60.4%

CMYK

 C value IS 0.73

 M value IS 0.62

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293A97 (or 0x293A97) is known color: Egyptian Blue. HEX triplet: 29, 3A and 97. RGB value is (41,58,151). Sum of RGB (Red+Green+Blue) = 41+58+151=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #293A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A97 is #D6C568. Grayscale: #3F3F3F. Windows color (decimal): -14075241 or 9910825. OLE color: 9910825.

HSL color Cylindrical-coordinate representation of color #293A97: hue angle of 230.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293A97 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 58 151 -
CMYK 0.73 0.62 0 0.41
HSL 230.73º 0.57% 0.38% -
HSV(B) 230.73º 0.73% 0.59% -
XYZ 8.01 5.73 29.96 -
YUV 63.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 41 58 151 0.73 0.62 0 0.41 230.73 0.57 0.38
Hex 29 3A 97 49 3E 0 29 E7 39 26
Octal 51 72 227 111 76 0 51 347 71 46
Binary 101001 111010 10010111 1001001 111110 0 101001 11100111 111001 100110

Color Harmonies of #293A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A97

Black with #293A97

Text Example


Text Example

White with #293A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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