Html Css Color HEX #2A379B Egyptian Blue

📋 copy color: '#2A379B'

red 42 ◦ green 55 ◦ blue 155

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

Shades of Egyptian Blue #2A379B

Tints of Egyptian Blue #2A379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 61.51%

R = 16.67%
G = 21.83%
B = 61.51%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A379B (or 0x2A379B) is known color: Egyptian Blue. HEX triplet: 2A, 37 and 9B. RGB value is (42,55,155). Sum of RGB (Red+Green+Blue) = 42+55+155=252 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.67% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 155 (60.94% from 255 or 61.51% from 252); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A379B is #D5C864. Grayscale: #3E3E3E. Windows color (decimal): -14010469 or 10172202. OLE color: 10172202.

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

Color convert

RGB 42 55 155 -
CMYK 0.73 0.65 0 0.39
HSL 233.1º 0.57% 0.39% -
HSV(B) 233.1º 0.73% 0.61% -
XYZ 8.24 5.59 31.66 -
YUV 62.51 180.19 113.37 -
System Red Green Blue C M Y K H S L
Decimal 42 55 155 0.73 0.65 0 0.39 233.1 0.57 0.39
Hex 2A 37 9B 49 41 0 27 E9 39 27
Octal 52 67 233 111 101 0 47 351 71 47
Binary 101010 110111 10011011 1001001 1000001 0 100111 11101001 111001 100111

Color Harmonies of #2A379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A379B

Black with #2A379B

Text Example


Text Example

White with #2A379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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