Html Css Color HEX #293596 Egyptian Blue

📋 copy color: '#293596'

red 41 ◦ green 53 ◦ blue 150

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

Shades of Egyptian Blue #293596

Tints of Egyptian Blue #293596

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 16.8%
G = 21.72%
B = 61.48%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293596 (or 0x293596) is known color: Egyptian Blue. HEX triplet: 29, 35 and 96. RGB value is (41,53,150). Sum of RGB (Red+Green+Blue) = 41+53+150=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #293596 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293596 is #D6CA69. Grayscale: #3C3C3C. Windows color (decimal): -14076522 or 9844009. OLE color: 9844009.

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

Color convert

RGB 41 53 150 -
CMYK 0.73 0.65 0 0.41
HSL 233.39º 0.57% 0.37% -
HSV(B) 233.39º 0.73% 0.59% -
XYZ 7.69 5.22 29.46 -
YUV 60.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 41 53 150 0.73 0.65 0 0.41 233.39 0.57 0.37
Hex 29 35 96 49 41 0 29 E9 39 25
Octal 51 65 226 111 101 0 51 351 71 45
Binary 101001 110101 10010110 1001001 1000001 0 101001 11101001 111001 100101

Color Harmonies of #293596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293596

Black with #293596

Text Example


Text Example

White with #293596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293596; }

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

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

background-color css

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

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

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

border-color css

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

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

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