Html Css Color HEX #293395 Egyptian Blue

📋 copy color: '#293395'

red 41 ◦ green 51 ◦ blue 149

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

Shades of Egyptian Blue #293395

Tints of Egyptian Blue #293395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

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

R = 17.01%
G = 21.16%
B = 61.83%

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

#293395 (or 0x293395) is known color: Egyptian Blue. HEX triplet: 29, 33 and 95. RGB value is (41,51,149). Sum of RGB (Red+Green+Blue) = 41+51+149=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #293395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293395 is #D6CC6A. Grayscale: #3A3A3A. Windows color (decimal): -14077035 or 9777961. OLE color: 9777961.

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

Color convert

RGB 41 51 149 -
CMYK 0.72 0.66 0 0.42
HSL 234.44º 0.57% 0.37% -
HSV(B) 234.44º 0.72% 0.58% -
XYZ 7.52 5.01 29 -
YUV 59.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 41 51 149 0.72 0.66 0 0.42 234.44 0.57 0.37
Hex 29 33 95 48 42 0 2A EA 39 25
Octal 51 63 225 110 102 0 52 352 71 45
Binary 101001 110011 10010101 1001000 1000010 0 101010 11101010 111001 100101

Color Harmonies of #293395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293395

Black with #293395

Text Example


Text Example

White with #293395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293395; }

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

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

background-color css

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

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

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

border-color css

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

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

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