Html Css Color HEX #293497 Egyptian Blue

📋 copy color: '#293497'

red 41 ◦ green 52 ◦ blue 151

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

Shades of Egyptian Blue #293497

Tints of Egyptian Blue #293497

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

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

R = 16.8%
G = 21.31%
B = 61.89%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#293497 (or 0x293497) is known color: Egyptian Blue. HEX triplet: 29, 34 and 97. RGB value is (41,52,151). Sum of RGB (Red+Green+Blue) = 41+52+151=244 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.80% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 151 (59.38% from 255 or 61.89% from 244); Max value from RGB is 151 - color contains mainly: blue. Hex color #293497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293497 is #D6CB68. Grayscale: #3B3B3B. Windows color (decimal): -14076777 or 9909289. OLE color: 9909289.

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

Color convert

RGB 41 52 151 -
CMYK 0.73 0.66 0 0.41
HSL 234º 0.57% 0.38% -
HSV(B) 234º 0.73% 0.59% -
XYZ 7.73 5.16 29.87 -
YUV 60 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 41 52 151 0.73 0.66 0 0.41 234 0.57 0.38
Hex 29 34 97 49 42 0 29 EA 39 26
Octal 51 64 227 111 102 0 51 352 71 46
Binary 101001 110100 10010111 1001001 1000010 0 101001 11101010 111001 100110

Color Harmonies of #293497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293497

Black with #293497

Text Example


Text Example

White with #293497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293497; }

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

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

background-color css

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

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

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

border-color css

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

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

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