Html Css Color HEX #293298 Egyptian Blue

📋 copy color: '#293298'

red 41 ◦ green 50 ◦ blue 152

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

Shades of Egyptian Blue #293298

Tints of Egyptian Blue #293298

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 16.87%
G = 20.58%
B = 62.55%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#293298 (or 0x293298) is known color: Egyptian Blue. HEX triplet: 29, 32 and 98. RGB value is (41,50,152). Sum of RGB (Red+Green+Blue) = 41+50+152=243 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.87% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 152 (59.77% from 255 or 62.55% from 243); Max value from RGB is 152 - color contains mainly: blue. Hex color #293298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293298 is #D6CD67. Grayscale: #3A3A3A. Windows color (decimal): -14077288 or 9974313. OLE color: 9974313.

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

Color convert

RGB 41 50 152 -
CMYK 0.73 0.67 0 0.40
HSL 235.14º 0.58% 0.38% -
HSV(B) 235.14º 0.73% 0.6% -
XYZ 7.72 5.02 30.27 -
YUV 58.94 180.52 115.21 -
System Red Green Blue C M Y K H S L
Decimal 41 50 152 0.73 0.67 0 0.40 235.14 0.58 0.38
Hex 29 32 98 49 43 0 28 EB 3A 26
Octal 51 62 230 111 103 0 50 353 72 46
Binary 101001 110010 10011000 1001001 1000011 0 101000 11101011 111010 100110

Color Harmonies of #293298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293298

Black with #293298

Text Example


Text Example

White with #293298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293298; }

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

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

background-color css

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

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

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

border-color css

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

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

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