Html Css Color HEX #293B9D Egyptian Blue

📋 copy color: '#293B9D'

red 41 ◦ green 59 ◦ blue 157

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

Shades of Egyptian Blue #293B9D

Tints of Egyptian Blue #293B9D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.96%

 BLUE value IS 157 (61.72% from 255) = 61.09%

R = 15.95%
G = 22.96%
B = 61.09%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#293B9D (or 0x293B9D) is known color: Egyptian Blue. HEX triplet: 29, 3B and 9D. RGB value is (41,59,157). Sum of RGB (Red+Green+Blue) = 41+59+157=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #293B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293B9D is #D6C462. Grayscale: #404040. Windows color (decimal): -14074979 or 10304297. OLE color: 10304297.

HSL color Cylindrical-coordinate representation of color #293B9D: hue angle of 230.69º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #293B9D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 59 157 -
CMYK 0.74 0.62 0 0.38
HSL 230.69º 0.59% 0.39% -
HSV(B) 230.69º 0.74% 0.62% -
XYZ 8.56 6.03 32.61 -
YUV 64.79 180.04 111.03 -
System Red Green Blue C M Y K H S L
Decimal 41 59 157 0.74 0.62 0 0.38 230.69 0.59 0.39
Hex 29 3B 9D 4A 3E 0 26 E7 3B 27
Octal 51 73 235 112 76 0 46 347 73 47
Binary 101001 111011 10011101 1001010 111110 0 100110 11100111 111011 100111

Color Harmonies of #293B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293B9D

Black with #293B9D

Text Example


Text Example

White with #293B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293B9D; }

 p { color: rgb(41,59,157); }

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

background-color css

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

 a { background-color: rgb(41,59,157); }

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

border-color css

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

 span { border-color: rgb(41,59,157); }

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