Html Css Color HEX #293097 Egyptian Blue

📋 copy color: '#293097'

red 41 ◦ green 48 ◦ blue 151

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

Shades of Egyptian Blue #293097

Tints of Egyptian Blue #293097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 62.92%

R = 17.08%
G = 20%
B = 62.92%

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

#293097 (or 0x293097) is known color: Egyptian Blue. HEX triplet: 29, 30 and 97. RGB value is (41,48,151). Sum of RGB (Red+Green+Blue) = 41+48+151=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #293097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293097 is #D6CF68. Grayscale: #393939. Windows color (decimal): -14077801 or 9908265. OLE color: 9908265.

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

Color convert

RGB 41 48 151 -
CMYK 0.73 0.68 0 0.41
HSL 236.18º 0.57% 0.38% -
HSV(B) 236.18º 0.73% 0.59% -
XYZ 7.56 4.82 29.81 -
YUV 57.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 41 48 151 0.73 0.68 0 0.41 236.18 0.57 0.38
Hex 29 30 97 49 44 0 29 EC 39 26
Octal 51 60 227 111 104 0 51 354 71 46
Binary 101001 110000 10010111 1001001 1000100 0 101001 11101100 111001 100110

Color Harmonies of #293097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293097

Black with #293097

Text Example


Text Example

White with #293097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293097; }

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

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

background-color css

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

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

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

border-color css

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

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

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