Html Css Color HEX #293495 Egyptian Blue

📋 copy color: '#293495'

red 41 ◦ green 52 ◦ blue 149

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

Shades of Egyptian Blue #293495

Tints of Egyptian Blue #293495

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 16.94%
G = 21.49%
B = 61.57%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#293495 (or 0x293495) is known color: Egyptian Blue. HEX triplet: 29, 34 and 95. RGB value is (41,52,149). Sum of RGB (Red+Green+Blue) = 41+52+149=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #293495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293495 is #D6CB6A. Grayscale: #3B3B3B. Windows color (decimal): -14076779 or 9778217. OLE color: 9778217.

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

Color convert

RGB 41 52 149 -
CMYK 0.72 0.65 0 0.42
HSL 233.89º 0.57% 0.37% -
HSV(B) 233.89º 0.72% 0.58% -
XYZ 7.57 5.1 29.02 -
YUV 59.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 41 52 149 0.72 0.65 0 0.42 233.89 0.57 0.37
Hex 29 34 95 48 41 0 2A EA 39 25
Octal 51 64 225 110 101 0 52 352 71 45
Binary 101001 110100 10010101 1001000 1000001 0 101010 11101010 111001 100101

Color Harmonies of #293495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293495

Black with #293495

Text Example


Text Example

White with #293495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293495; }

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

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

background-color css

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

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

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

border-color css

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

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

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