Html Css Color HEX #293FA3 Egyptian Blue

📋 copy color: '#293FA3'

red 41 ◦ green 63 ◦ blue 163

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

Shades of Egyptian Blue #293FA3

Tints of Egyptian Blue #293FA3

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

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

R = 15.36%
G = 23.6%
B = 61.05%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#293FA3 (or 0x293FA3) is known color: Egyptian Blue. HEX triplet: 29, 3F and A3. RGB value is (41,63,163). Sum of RGB (Red+Green+Blue) = 41+63+163=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 163 (64.06% from 255 or 61.05% from 267); Max value from RGB is 163 - color contains mainly: blue. Hex color #293FA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FA3 is #D6C05C. Grayscale: #434343. Windows color (decimal): -14073949 or 10698537. OLE color: 10698537.

HSL color Cylindrical-coordinate representation of color #293FA3: hue angle of 229.18º 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 #293FA3 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 41 63 163 -
CMYK 0.75 0.61 0 0.36
HSL 229.18º 0.6% 0.4% -
HSV(B) 229.18º 0.75% 0.64% -
XYZ 9.3 6.67 35.45 -
YUV 67.82 181.71 108.87 -
System Red Green Blue C M Y K H S L
Decimal 41 63 163 0.75 0.61 0 0.36 229.18 0.6 0.4
Hex 29 3F A3 4B 3D 0 24 E5 3C 28
Octal 51 77 243 113 75 0 44 345 74 50
Binary 101001 111111 10100011 1001011 111101 0 100100 11100101 111100 101000

Color Harmonies of #293FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293FA3

Black with #293FA3

Text Example


Text Example

White with #293FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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