Html Css Color HEX #293296 Egyptian Blue

📋 copy color: '#293296'

red 41 ◦ green 50 ◦ blue 150

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

Shades of Egyptian Blue #293296

Tints of Egyptian Blue #293296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.75%

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

R = 17.01%
G = 20.75%
B = 62.24%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293296 (or 0x293296) is known color: Egyptian Blue. HEX triplet: 29, 32 and 96. RGB value is (41,50,150). Sum of RGB (Red+Green+Blue) = 41+50+150=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #293296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293296 is #D6CD69. Grayscale: #3A3A3A. Windows color (decimal): -14077290 or 9843241. OLE color: 9843241.

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

Color convert

RGB 41 50 150 -
CMYK 0.73 0.67 0 0.41
HSL 235.05º 0.57% 0.37% -
HSV(B) 235.05º 0.73% 0.59% -
XYZ 7.56 4.95 29.41 -
YUV 58.71 179.52 115.37 -
System Red Green Blue C M Y K H S L
Decimal 41 50 150 0.73 0.67 0 0.41 235.05 0.57 0.37
Hex 29 32 96 49 43 0 29 EB 39 25
Octal 51 62 226 111 103 0 51 353 71 45
Binary 101001 110010 10010110 1001001 1000011 0 101001 11101011 111001 100101

Color Harmonies of #293296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293296

Black with #293296

Text Example


Text Example

White with #293296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293296; }

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

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

background-color css

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

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

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

border-color css

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

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

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