Html Css Color HEX #293CA2 Egyptian Blue

📋 copy color: '#293CA2'

red 41 ◦ green 60 ◦ blue 162

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

Shades of Egyptian Blue #293CA2

Tints of Egyptian Blue #293CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 61.6%

R = 15.59%
G = 22.81%
B = 61.6%

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

#293CA2 (or 0x293CA2) is known color: Egyptian Blue. HEX triplet: 29, 3C and A2. RGB value is (41,60,162). Sum of RGB (Red+Green+Blue) = 41+60+162=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 162 (63.67% from 255 or 61.60% from 263); Max value from RGB is 162 - color contains mainly: blue. Hex color #293CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293CA2 is #D6C35D. Grayscale: #414141. Windows color (decimal): -14074718 or 10632233. OLE color: 10632233.

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

Color convert

RGB 41 60 162 -
CMYK 0.75 0.63 0 0.36
HSL 230.58º 0.6% 0.4% -
HSV(B) 230.58º 0.75% 0.64% -
XYZ 9.05 6.31 34.92 -
YUV 65.95 182.21 110.21 -
System Red Green Blue C M Y K H S L
Decimal 41 60 162 0.75 0.63 0 0.36 230.58 0.6 0.4
Hex 29 3C A2 4B 3F 0 24 E7 3C 28
Octal 51 74 242 113 77 0 44 347 74 50
Binary 101001 111100 10100010 1001011 111111 0 100100 11100111 111100 101000

Color Harmonies of #293CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293CA2

Black with #293CA2

Text Example


Text Example

White with #293CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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