Html Css Color HEX #293D9B Egyptian Blue

📋 copy color: '#293D9B'

red 41 ◦ green 61 ◦ blue 155

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

Shades of Egyptian Blue #293D9B

Tints of Egyptian Blue #293D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 15.95%
G = 23.74%
B = 60.31%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#293D9B (or 0x293D9B) is known color: Egyptian Blue. HEX triplet: 29, 3D and 9B. RGB value is (41,61,155). Sum of RGB (Red+Green+Blue) = 41+61+155=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #293D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D9B is #D6C264. Grayscale: #414141. Windows color (decimal): -14074469 or 10173737. OLE color: 10173737.

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

Color convert

RGB 41 61 155 -
CMYK 0.74 0.61 0 0.39
HSL 229.47º 0.58% 0.38% -
HSV(B) 229.47º 0.74% 0.61% -
XYZ 8.5 6.18 31.75 -
YUV 65.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 41 61 155 0.74 0.61 0 0.39 229.47 0.58 0.38
Hex 29 3D 9B 4A 3D 0 27 E5 3A 26
Octal 51 75 233 112 75 0 47 345 72 46
Binary 101001 111101 10011011 1001010 111101 0 100111 11100101 111010 100110

Color Harmonies of #293D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293D9B

Black with #293D9B

Text Example


Text Example

White with #293D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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