Html Css Color HEX #293797 Egyptian Blue

📋 copy color: '#293797'

red 41 ◦ green 55 ◦ blue 151

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

Shades of Egyptian Blue #293797

Tints of Egyptian Blue #293797

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.27%

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

R = 16.6%
G = 22.27%
B = 61.13%

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

#293797 (or 0x293797) is known color: Egyptian Blue. HEX triplet: 29, 37 and 97. RGB value is (41,55,151). Sum of RGB (Red+Green+Blue) = 41+55+151=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #293797 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293797 is #D6C868. Grayscale: #3D3D3D. Windows color (decimal): -14076009 or 9910057. OLE color: 9910057.

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

Color convert

RGB 41 55 151 -
CMYK 0.73 0.64 0 0.41
HSL 232.36º 0.57% 0.38% -
HSV(B) 232.36º 0.73% 0.59% -
XYZ 7.87 5.44 29.91 -
YUV 61.76 178.36 113.19 -
System Red Green Blue C M Y K H S L
Decimal 41 55 151 0.73 0.64 0 0.41 232.36 0.57 0.38
Hex 29 37 97 49 40 0 29 E8 39 26
Octal 51 67 227 111 100 0 51 350 71 46
Binary 101001 110111 10010111 1001001 1000000 0 101001 11101000 111001 100110

Color Harmonies of #293797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293797

Black with #293797

Text Example


Text Example

White with #293797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293797; }

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

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

background-color css

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

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

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

border-color css

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

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

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