Html Css Color HEX #293A9D Egyptian Blue

📋 copy color: '#293A9D'

red 41 ◦ green 58 ◦ blue 157

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

Shades of Egyptian Blue #293A9D

Tints of Egyptian Blue #293A9D

RGB

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

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

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

R = 16.02%
G = 22.66%
B = 61.33%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#293A9D (or 0x293A9D) is known color: Egyptian Blue. HEX triplet: 29, 3A and 9D. RGB value is (41,58,157). Sum of RGB (Red+Green+Blue) = 41+58+157=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #293A9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293A9D is #D6C562. Grayscale: #3F3F3F. Windows color (decimal): -14075235 or 10304041. OLE color: 10304041.

HSL color Cylindrical-coordinate representation of color #293A9D: hue angle of 231.21º 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 #293A9D is Cyan = 0.74, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 58 157 -
CMYK 0.74 0.63 0 0.38
HSL 231.21º 0.59% 0.39% -
HSV(B) 231.21º 0.74% 0.62% -
XYZ 8.51 5.93 32.59 -
YUV 64.2 180.37 111.45 -
System Red Green Blue C M Y K H S L
Decimal 41 58 157 0.74 0.63 0 0.38 231.21 0.59 0.39
Hex 29 3A 9D 4A 3F 0 26 E7 3B 27
Octal 51 72 235 112 77 0 46 347 73 47
Binary 101001 111010 10011101 1001010 111111 0 100110 11100111 111011 100111

Color Harmonies of #293A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293A9D

Black with #293A9D

Text Example


Text Example

White with #293A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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