Html Css Color HEX #293694 Egyptian Blue

📋 copy color: '#293694'

red 41 ◦ green 54 ◦ blue 148

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

Shades of Egyptian Blue #293694

Tints of Egyptian Blue #293694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 60.91%

R = 16.87%
G = 22.22%
B = 60.91%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293694 (or 0x293694) is known color: Egyptian Blue. HEX triplet: 29, 36 and 94. RGB value is (41,54,148). Sum of RGB (Red+Green+Blue) = 41+54+148=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #293694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293694 is #D6C96B. Grayscale: #3C3C3C. Windows color (decimal): -14076268 or 9713193. OLE color: 9713193.

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

Color convert

RGB 41 54 148 -
CMYK 0.72 0.64 0 0.42
HSL 232.71º 0.57% 0.37% -
HSV(B) 232.71º 0.72% 0.58% -
XYZ 7.58 5.25 28.63 -
YUV 60.83 177.19 113.86 -
System Red Green Blue C M Y K H S L
Decimal 41 54 148 0.72 0.64 0 0.42 232.71 0.57 0.37
Hex 29 36 94 48 40 0 2A E9 39 25
Octal 51 66 224 110 100 0 52 351 71 45
Binary 101001 110110 10010100 1001000 1000000 0 101010 11101001 111001 100101

Color Harmonies of #293694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293694

Black with #293694

Text Example


Text Example

White with #293694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293694; }

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

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

background-color css

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

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

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

border-color css

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

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

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