Html Css Color HEX #293696 Egyptian Blue

📋 copy color: '#293696'

red 41 ◦ green 54 ◦ blue 150

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

Shades of Egyptian Blue #293696

Tints of Egyptian Blue #293696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

 BLUE value IS 150 (58.98% from 255) = 61.22%

R = 16.73%
G = 22.04%
B = 61.22%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293696 (or 0x293696) is known color: Egyptian Blue. HEX triplet: 29, 36 and 96. RGB value is (41,54,150). Sum of RGB (Red+Green+Blue) = 41+54+150=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 150 (58.98% from 255 or 61.22% from 245); Max value from RGB is 150 - color contains mainly: blue. Hex color #293696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293696 is #D6C969. Grayscale: #3C3C3C. Windows color (decimal): -14076266 or 9844265. OLE color: 9844265.

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

Color convert

RGB 41 54 150 -
CMYK 0.73 0.64 0 0.41
HSL 232.84º 0.57% 0.37% -
HSV(B) 232.84º 0.73% 0.59% -
XYZ 7.74 5.31 29.47 -
YUV 61.06 178.19 113.69 -
System Red Green Blue C M Y K H S L
Decimal 41 54 150 0.73 0.64 0 0.41 232.84 0.57 0.37
Hex 29 36 96 49 40 0 29 E9 39 25
Octal 51 66 226 111 100 0 51 351 71 45
Binary 101001 110110 10010110 1001001 1000000 0 101001 11101001 111001 100101

Color Harmonies of #293696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293696

Black with #293696

Text Example


Text Example

White with #293696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293696; }

 p { color: rgb(41,54,150); }

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

background-color css

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

 a { background-color: rgb(41,54,150); }

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

border-color css

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

 span { border-color: rgb(41,54,150); }

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