Html Css Color HEX #293494 Egyptian Blue

📋 copy color: '#293494'

red 41 ◦ green 52 ◦ blue 148

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

Shades of Egyptian Blue #293494

Tints of Egyptian Blue #293494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.41%

R = 17.01%
G = 21.58%
B = 61.41%

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

#293494 (or 0x293494) is known color: Egyptian Blue. HEX triplet: 29, 34 and 94. RGB value is (41,52,148). Sum of RGB (Red+Green+Blue) = 41+52+148=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #293494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293494 is #D6CB6B. Grayscale: #3B3B3B. Windows color (decimal): -14076780 or 9712681. OLE color: 9712681.

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

Color convert

RGB 41 52 148 -
CMYK 0.72 0.65 0 0.42
HSL 233.83º 0.57% 0.37% -
HSV(B) 233.83º 0.72% 0.58% -
XYZ 7.49 5.07 28.6 -
YUV 59.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 41 52 148 0.72 0.65 0 0.42 233.83 0.57 0.37
Hex 29 34 94 48 41 0 2A EA 39 25
Octal 51 64 224 110 101 0 52 352 71 45
Binary 101001 110100 10010100 1001000 1000001 0 101010 11101010 111001 100101

Color Harmonies of #293494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293494

Black with #293494

Text Example


Text Example

White with #293494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293494; }

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

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

background-color css

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

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

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

border-color css

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

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

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