Html Css Color HEX #293CA3 Egyptian Blue

📋 copy color: '#293CA3'

red 41 ◦ green 60 ◦ blue 163

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

Shades of Egyptian Blue #293CA3

Tints of Egyptian Blue #293CA3

RGB

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

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

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

R = 15.53%
G = 22.73%
B = 61.74%

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

#293CA3 (or 0x293CA3) is known color: Egyptian Blue. HEX triplet: 29, 3C and A3. RGB value is (41,60,163). Sum of RGB (Red+Green+Blue) = 41+60+163=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 163 (64.06% from 255 or 61.74% from 264); Max value from RGB is 163 - color contains mainly: blue. Hex color #293CA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CA3 is #D6C35C. Grayscale: #414141. Windows color (decimal): -14074717 or 10697769. OLE color: 10697769.

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

Color convert

RGB 41 60 163 -
CMYK 0.75 0.63 0 0.36
HSL 230.66º 0.6% 0.4% -
HSV(B) 230.66º 0.75% 0.64% -
XYZ 9.14 6.35 35.39 -
YUV 66.06 182.71 110.12 -
System Red Green Blue C M Y K H S L
Decimal 41 60 163 0.75 0.63 0 0.36 230.66 0.6 0.4
Hex 29 3C A3 4B 3F 0 24 E7 3C 28
Octal 51 74 243 113 77 0 44 347 74 50
Binary 101001 111100 10100011 1001011 111111 0 100100 11100111 111100 101000

Color Harmonies of #293CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CA3

Black with #293CA3

Text Example


Text Example

White with #293CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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