Html Css Color HEX #293595 Egyptian Blue

📋 copy color: '#293595'

red 41 ◦ green 53 ◦ blue 149

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

Shades of Egyptian Blue #293595

Tints of Egyptian Blue #293595

RGB

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

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

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

R = 16.87%
G = 21.81%
B = 61.32%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293595 (or 0x293595) is known color: Egyptian Blue. HEX triplet: 29, 35 and 95. RGB value is (41,53,149). Sum of RGB (Red+Green+Blue) = 41+53+149=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #293595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293595 is #D6CA6A. Grayscale: #3B3B3B. Windows color (decimal): -14076523 or 9778473. OLE color: 9778473.

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

Color convert

RGB 41 53 149 -
CMYK 0.72 0.64 0 0.42
HSL 233.33º 0.57% 0.37% -
HSV(B) 233.33º 0.72% 0.58% -
XYZ 7.61 5.19 29.03 -
YUV 60.36 178.02 114.19 -
System Red Green Blue C M Y K H S L
Decimal 41 53 149 0.72 0.64 0 0.42 233.33 0.57 0.37
Hex 29 35 95 48 40 0 2A E9 39 25
Octal 51 65 225 110 100 0 52 351 71 45
Binary 101001 110101 10010101 1001000 1000000 0 101010 11101001 111001 100101

Color Harmonies of #293595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293595

Black with #293595

Text Example


Text Example

White with #293595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293595; }

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

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

background-color css

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

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

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

border-color css

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

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

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