Html Css Color HEX #293299 Egyptian Blue

📋 copy color: '#293299'

red 41 ◦ green 50 ◦ blue 153

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

Shades of Egyptian Blue #293299

Tints of Egyptian Blue #293299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 62.7%

R = 16.8%
G = 20.49%
B = 62.7%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#293299 (or 0x293299) is known color: Egyptian Blue. HEX triplet: 29, 32 and 99. RGB value is (41,50,153). Sum of RGB (Red+Green+Blue) = 41+50+153=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #293299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293299 is #D6CD66. Grayscale: #3A3A3A. Windows color (decimal): -14077287 or 10039849. OLE color: 10039849.

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

Color convert

RGB 41 50 153 -
CMYK 0.73 0.67 0 0.4
HSL 235.18º 0.58% 0.38% -
HSV(B) 235.18º 0.73% 0.6% -
XYZ 7.8 5.05 30.7 -
YUV 59.05 181.02 115.12 -
System Red Green Blue C M Y K H S L
Decimal 41 50 153 0.73 0.67 0 0.4 235.18 0.58 0.38
Hex 29 32 99 49 43 0 28 EB 3A 26
Octal 51 62 231 111 103 0 50 353 72 46
Binary 101001 110010 10011001 1001001 1000011 0 101000 11101011 111010 100110

Color Harmonies of #293299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293299

Black with #293299

Text Example


Text Example

White with #293299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293299; }

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

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

background-color css

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

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

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

border-color css

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

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

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