Html Css Color HEX #2940A0 Egyptian Blue

📋 copy color: '#2940A0'

red 41 ◦ green 64 ◦ blue 160

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

Shades of Egyptian Blue #2940A0

Tints of Egyptian Blue #2940A0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.15%

 BLUE value IS 160 (62.89% from 255) = 60.38%

R = 15.47%
G = 24.15%
B = 60.38%

CMYK

 C value IS 0.74

 M value IS 0.6

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#2940A0 (or 0x2940A0) is known color: Egyptian Blue. HEX triplet: 29, 40 and A0. RGB value is (41,64,160). Sum of RGB (Red+Green+Blue) = 41+64+160=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #2940A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2940A0 is #D6BF5F. Grayscale: #434343. Windows color (decimal): -14073696 or 10502185. OLE color: 10502185.

HSL color Cylindrical-coordinate representation of color #2940A0: hue angle of 228.4º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2940A0 is Cyan = 0.74, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 41 64 160 -
CMYK 0.74 0.6 0 0.37
HSL 228.4º 0.59% 0.39% -
HSV(B) 228.4º 0.74% 0.63% -
XYZ 9.09 6.68 34.07 -
YUV 68.07 179.88 108.69 -
System Red Green Blue C M Y K H S L
Decimal 41 64 160 0.74 0.6 0 0.37 228.4 0.59 0.39
Hex 29 40 A0 4A 3C 0 25 E4 3B 27
Octal 51 100 240 112 74 0 45 344 73 47
Binary 101001 1000000 10100000 1001010 111100 0 100101 11100100 111011 100111

Color Harmonies of #2940A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2940A0

Black with #2940A0

Text Example


Text Example

White with #2940A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2940A0; }

 p { color: rgb(41,64,160); }

 H1.HeaderClassName
 {
   color: #2940A0;
 }
 .AnyTagClassName
 {
   color: #2940A0;
 }
</style>

background-color css

<style>
 a { background-color: #2940A0; }

 a { background-color: rgb(41,64,160); }

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

border-color css

<style>
 span { border-color: #2940A0; }

 span { border-color: rgb(41,64,160); }

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