Html Css Color HEX #293C9D Egyptian Blue

📋 copy color: '#293C9D'

red 41 ◦ green 60 ◦ blue 157

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

Shades of Egyptian Blue #293C9D

Tints of Egyptian Blue #293C9D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

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

R = 15.89%
G = 23.26%
B = 60.85%

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

#293C9D (or 0x293C9D) is known color: Egyptian Blue. HEX triplet: 29, 3C and 9D. RGB value is (41,60,157). Sum of RGB (Red+Green+Blue) = 41+60+157=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #293C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C9D is #D6C362. Grayscale: #404040. Windows color (decimal): -14074723 or 10304553. OLE color: 10304553.

HSL color Cylindrical-coordinate representation of color #293C9D: hue angle of 230.17º 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 #293C9D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 60 157 -
CMYK 0.74 0.62 0 0.38
HSL 230.17º 0.59% 0.39% -
HSV(B) 230.17º 0.74% 0.62% -
XYZ 8.62 6.14 32.63 -
YUV 65.38 179.71 110.61 -
System Red Green Blue C M Y K H S L
Decimal 41 60 157 0.74 0.62 0 0.38 230.17 0.59 0.39
Hex 29 3C 9D 4A 3E 0 26 E6 3B 27
Octal 51 74 235 112 76 0 46 346 73 47
Binary 101001 111100 10011101 1001010 111110 0 100110 11100110 111011 100111

Color Harmonies of #293C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293C9D

Black with #293C9D

Text Example


Text Example

White with #293C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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