Html Css Color HEX #293DA3 Egyptian Blue

📋 copy color: '#293DA3'

red 41 ◦ green 61 ◦ blue 163

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

Shades of Egyptian Blue #293DA3

Tints of Egyptian Blue #293DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 61.51%

R = 15.47%
G = 23.02%
B = 61.51%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#293DA3 (or 0x293DA3) is known color: Egyptian Blue. HEX triplet: 29, 3D and A3. RGB value is (41,61,163). Sum of RGB (Red+Green+Blue) = 41+61+163=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 163 (64.06% from 255 or 61.51% from 265); Max value from RGB is 163 - color contains mainly: blue. Hex color #293DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DA3 is #D6C25C. Grayscale: #424242. Windows color (decimal): -14074461 or 10698025. OLE color: 10698025.

HSL color Cylindrical-coordinate representation of color #293DA3: hue angle of 230.16º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293DA3 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 61 163 -
CMYK 0.75 0.63 0 0.36
HSL 230.16º 0.6% 0.4% -
HSV(B) 230.16º 0.75% 0.64% -
XYZ 9.19 6.45 35.41 -
YUV 66.65 182.37 109.71 -
System Red Green Blue C M Y K H S L
Decimal 41 61 163 0.75 0.63 0 0.36 230.16 0.6 0.4
Hex 29 3D A3 4B 3F 0 24 E6 3C 28
Octal 51 75 243 113 77 0 44 346 74 50
Binary 101001 111101 10100011 1001011 111111 0 100100 11100110 111100 101000

Color Harmonies of #293DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293DA3

Black with #293DA3

Text Example


Text Example

White with #293DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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