Html Css Color HEX #293798 Egyptian Blue

📋 copy color: '#293798'

red 41 ◦ green 55 ◦ blue 152

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

Shades of Egyptian Blue #293798

Tints of Egyptian Blue #293798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 16.53%
G = 22.18%
B = 61.29%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#293798 (or 0x293798) is known color: Egyptian Blue. HEX triplet: 29, 37 and 98. RGB value is (41,55,152). Sum of RGB (Red+Green+Blue) = 41+55+152=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #293798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293798 is #D6C867. Grayscale: #3D3D3D. Windows color (decimal): -14076008 or 9975593. OLE color: 9975593.

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

Color convert

RGB 41 55 152 -
CMYK 0.73 0.64 0 0.40
HSL 232.43º 0.58% 0.38% -
HSV(B) 232.43º 0.73% 0.6% -
XYZ 7.95 5.47 30.34 -
YUV 61.87 178.86 113.11 -
System Red Green Blue C M Y K H S L
Decimal 41 55 152 0.73 0.64 0 0.40 232.43 0.58 0.38
Hex 29 37 98 49 40 0 28 E8 3A 26
Octal 51 67 230 111 100 0 50 350 72 46
Binary 101001 110111 10011000 1001001 1000000 0 101000 11101000 111010 100110

Color Harmonies of #293798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293798

Black with #293798

Text Example


Text Example

White with #293798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293798; }

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

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

background-color css

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

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

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

border-color css

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

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

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