Html Css Color HEX #293198 Egyptian Blue

📋 copy color: '#293198'

red 41 ◦ green 49 ◦ blue 152

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

Shades of Egyptian Blue #293198

Tints of Egyptian Blue #293198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.25%

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 16.94%
G = 20.25%
B = 62.81%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#293198 (or 0x293198) is known color: Egyptian Blue. HEX triplet: 29, 31 and 98. RGB value is (41,49,152). Sum of RGB (Red+Green+Blue) = 41+49+152=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #293198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293198 is #D6CE67. Grayscale: #393939. Windows color (decimal): -14077544 or 9974057. OLE color: 9974057.

HSL color Cylindrical-coordinate representation of color #293198: hue angle of 235.68º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293198 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 49 152 -
CMYK 0.73 0.68 0 0.40
HSL 235.68º 0.58% 0.38% -
HSV(B) 235.68º 0.73% 0.6% -
XYZ 7.68 4.94 30.25 -
YUV 58.35 180.85 115.62 -
System Red Green Blue C M Y K H S L
Decimal 41 49 152 0.73 0.68 0 0.40 235.68 0.58 0.38
Hex 29 31 98 49 44 0 28 EC 3A 26
Octal 51 61 230 111 104 0 50 354 72 46
Binary 101001 110001 10011000 1001001 1000100 0 101000 11101100 111010 100110

Color Harmonies of #293198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293198

Black with #293198

Text Example


Text Example

White with #293198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293198; }

 p { color: rgb(41,49,152); }

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

background-color css

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

 a { background-color: rgb(41,49,152); }

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

border-color css

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

 span { border-color: rgb(41,49,152); }

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