Html Css Color HEX #293896 Egyptian Blue

📋 copy color: '#293896'

red 41 ◦ green 56 ◦ blue 150

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

Shades of Egyptian Blue #293896

Tints of Egyptian Blue #293896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

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

R = 16.6%
G = 22.67%
B = 60.73%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293896 (or 0x293896) is known color: Egyptian Blue. HEX triplet: 29, 38 and 96. RGB value is (41,56,150). Sum of RGB (Red+Green+Blue) = 41+56+150=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #293896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293896 is #D6C769. Grayscale: #3D3D3D. Windows color (decimal): -14075754 or 9844777. OLE color: 9844777.

HSL color Cylindrical-coordinate representation of color #293896: hue angle of 231.74º 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 #293896 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 56 150 -
CMYK 0.73 0.63 0 0.41
HSL 231.74º 0.57% 0.37% -
HSV(B) 231.74º 0.73% 0.59% -
XYZ 7.83 5.5 29.5 -
YUV 62.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 41 56 150 0.73 0.63 0 0.41 231.74 0.57 0.37
Hex 29 38 96 49 3F 0 29 E8 39 25
Octal 51 70 226 111 77 0 51 350 71 45
Binary 101001 111000 10010110 1001001 111111 0 101001 11101000 111001 100101

Color Harmonies of #293896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293896

Black with #293896

Text Example


Text Example

White with #293896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293896; }

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

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

background-color css

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

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

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

border-color css

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

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

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