Html Css Color HEX #293D9F Egyptian Blue

📋 copy color: '#293D9F'

red 41 ◦ green 61 ◦ blue 159

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

Shades of Egyptian Blue #293D9F

Tints of Egyptian Blue #293D9F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.37%

 BLUE value IS 159 (62.5% from 255) = 60.92%

R = 15.71%
G = 23.37%
B = 60.92%

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

#293D9F (or 0x293D9F) is known color: Egyptian Blue. HEX triplet: 29, 3D and 9F. RGB value is (41,61,159). Sum of RGB (Red+Green+Blue) = 41+61+159=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #293D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D9F is #D6C260. Grayscale: #414141. Windows color (decimal): -14074465 or 10435881. OLE color: 10435881.

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

Color convert

RGB 41 61 159 -
CMYK 0.74 0.62 0 0.38
HSL 229.83º 0.59% 0.39% -
HSV(B) 229.83º 0.74% 0.62% -
XYZ 8.84 6.31 33.55 -
YUV 66.19 180.37 110.03 -
System Red Green Blue C M Y K H S L
Decimal 41 61 159 0.74 0.62 0 0.38 229.83 0.59 0.39
Hex 29 3D 9F 4A 3E 0 26 E6 3B 27
Octal 51 75 237 112 76 0 46 346 73 47
Binary 101001 111101 10011111 1001010 111110 0 100110 11100110 111011 100111

Color Harmonies of #293D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D9F

Black with #293D9F

Text Example


Text Example

White with #293D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,61,159); }

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

background-color css

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

 a { background-color: rgb(41,61,159); }

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

border-color css

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

 span { border-color: rgb(41,61,159); }

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