Html Css Color HEX #293096 Egyptian Blue

📋 copy color: '#293096'

red 41 ◦ green 48 ◦ blue 150

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

Shades of Egyptian Blue #293096

Tints of Egyptian Blue #293096

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.08%

 BLUE value IS 150 (58.98% from 255) = 62.76%

R = 17.15%
G = 20.08%
B = 62.76%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293096 (or 0x293096) is known color: Egyptian Blue. HEX triplet: 29, 30 and 96. RGB value is (41,48,150). Sum of RGB (Red+Green+Blue) = 41+48+150=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #293096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293096 is #D6CF69. Grayscale: #393939. Windows color (decimal): -14077802 or 9842729. OLE color: 9842729.

HSL color Cylindrical-coordinate representation of color #293096: hue angle of 236.15º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293096 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 48 150 -
CMYK 0.73 0.68 0 0.41
HSL 236.15º 0.57% 0.37% -
HSV(B) 236.15º 0.73% 0.59% -
XYZ 7.48 4.79 29.38 -
YUV 57.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 41 48 150 0.73 0.68 0 0.41 236.15 0.57 0.37
Hex 29 30 96 49 44 0 29 EC 39 25
Octal 51 60 226 111 104 0 51 354 71 45
Binary 101001 110000 10010110 1001001 1000100 0 101001 11101100 111001 100101

Color Harmonies of #293096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293096

Black with #293096

Text Example


Text Example

White with #293096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293096; }

 p { color: rgb(41,48,150); }

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

background-color css

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

 a { background-color: rgb(41,48,150); }

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

border-color css

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

 span { border-color: rgb(41,48,150); }

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