Html Css Color HEX #293799 Egyptian Blue

📋 copy color: '#293799'

red 41 ◦ green 55 ◦ blue 153

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

Shades of Egyptian Blue #293799

Tints of Egyptian Blue #293799

RGB

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

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

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

R = 16.47%
G = 22.09%
B = 61.45%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#293799 (or 0x293799) is known color: Egyptian Blue. HEX triplet: 29, 37 and 99. RGB value is (41,55,153). Sum of RGB (Red+Green+Blue) = 41+55+153=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #293799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293799 is #D6C866. Grayscale: #3D3D3D. Windows color (decimal): -14076007 or 10041129. OLE color: 10041129.

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

Color convert

RGB 41 55 153 -
CMYK 0.73 0.64 0 0.4
HSL 232.5º 0.58% 0.38% -
HSV(B) 232.5º 0.73% 0.6% -
XYZ 8.03 5.5 30.78 -
YUV 61.99 179.36 113.03 -
System Red Green Blue C M Y K H S L
Decimal 41 55 153 0.73 0.64 0 0.4 232.5 0.58 0.38
Hex 29 37 99 49 40 0 28 E8 3A 26
Octal 51 67 231 111 100 0 50 350 72 46
Binary 101001 110111 10011001 1001001 1000000 0 101000 11101000 111010 100110

Color Harmonies of #293799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293799

Black with #293799

Text Example


Text Example

White with #293799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293799; }

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

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

background-color css

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

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

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

border-color css

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

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

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