Html Css Color HEX #2A379D Egyptian Blue

📋 copy color: '#2A379D'

red 42 ◦ green 55 ◦ blue 157

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

Shades of Egyptian Blue #2A379D

Tints of Egyptian Blue #2A379D

RGB

 RED value IS 42 (16.8% from 255) = 16.54%

 GREEN value IS 55 (21.88% from 255) = 21.65%

 BLUE value IS 157 (61.72% from 255) = 61.81%

R = 16.54%
G = 21.65%
B = 61.81%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A379D (or 0x2A379D) is known color: Egyptian Blue. HEX triplet: 2A, 37 and 9D. RGB value is (42,55,157). Sum of RGB (Red+Green+Blue) = 42+55+157=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A379D is #D5C862. Grayscale: #3E3E3E. Windows color (decimal): -14010467 or 10303274. OLE color: 10303274.

HSL color Cylindrical-coordinate representation of color #2A379D: hue angle of 233.22º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A379D is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 42 55 157 -
CMYK 0.73 0.65 0 0.38
HSL 233.22º 0.58% 0.39% -
HSV(B) 233.22º 0.73% 0.62% -
XYZ 8.41 5.66 32.55 -
YUV 62.74 181.19 113.21 -
System Red Green Blue C M Y K H S L
Decimal 42 55 157 0.73 0.65 0 0.38 233.22 0.58 0.39
Hex 2A 37 9D 49 41 0 26 E9 3A 27
Octal 52 67 235 111 101 0 46 351 72 47
Binary 101010 110111 10011101 1001001 1000001 0 100110 11101001 111010 100111

Color Harmonies of #2A379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A379D

Black with #2A379D

Text Example


Text Example

White with #2A379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A379D; }

 p { color: rgb(42,55,157); }

 H1.HeaderClassName
 {
   color: #2A379D;
 }
 .AnyTagClassName
 {
   color: #2A379D;
 }
</style>

background-color css

<style>
 a { background-color: #2A379D; }

 a { background-color: rgb(42,55,157); }

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

border-color css

<style>
 span { border-color: #2A379D; }

 span { border-color: rgb(42,55,157); }

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