Html Css Color HEX #293295 Egyptian Blue

📋 copy color: '#293295'

red 41 ◦ green 50 ◦ blue 149

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

Shades of Egyptian Blue #293295

Tints of Egyptian Blue #293295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 17.08%
G = 20.83%
B = 62.08%

CMYK

 C value IS 0.72

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293295 (or 0x293295) is known color: Egyptian Blue. HEX triplet: 29, 32 and 95. RGB value is (41,50,149). Sum of RGB (Red+Green+Blue) = 41+50+149=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #293295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293295 is #D6CD6A. Grayscale: #3A3A3A. Windows color (decimal): -14077291 or 9777705. OLE color: 9777705.

HSL color Cylindrical-coordinate representation of color #293295: hue angle of 235º 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 #293295 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 41 50 149 -
CMYK 0.72 0.66 0 0.42
HSL 235º 0.57% 0.37% -
HSV(B) 235º 0.72% 0.58% -
XYZ 7.48 4.92 28.99 -
YUV 58.6 179.02 115.45 -
System Red Green Blue C M Y K H S L
Decimal 41 50 149 0.72 0.66 0 0.42 235 0.57 0.37
Hex 29 32 95 48 42 0 2A EB 39 25
Octal 51 62 225 110 102 0 52 353 71 45
Binary 101001 110010 10010101 1001000 1000010 0 101010 11101011 111001 100101

Color Harmonies of #293295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293295

Black with #293295

Text Example


Text Example

White with #293295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293295; }

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

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

background-color css

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

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

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

border-color css

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

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

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