Html Css Color HEX #2A389E Egyptian Blue

📋 copy color: '#2A389E'

red 42 ◦ green 56 ◦ blue 158

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

Shades of Egyptian Blue #2A389E

Tints of Egyptian Blue #2A389E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 158 (62.11% from 255) = 61.72%

R = 16.41%
G = 21.88%
B = 61.72%

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

#2A389E (or 0x2A389E) is known color: Egyptian Blue. HEX triplet: 2A, 38 and 9E. RGB value is (42,56,158). Sum of RGB (Red+Green+Blue) = 42+56+158=256 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.41% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A389E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A389E is #D5C761. Grayscale: #3F3F3F. Windows color (decimal): -14010210 or 10369066. OLE color: 10369066.

HSL color Cylindrical-coordinate representation of color #2A389E: hue angle of 232.76º 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 #2A389E is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 42 56 158 -
CMYK 0.73 0.65 0 0.38
HSL 232.76º 0.58% 0.39% -
HSV(B) 232.76º 0.73% 0.62% -
XYZ 8.54 5.79 33.02 -
YUV 63.44 181.36 112.71 -
System Red Green Blue C M Y K H S L
Decimal 42 56 158 0.73 0.65 0 0.38 232.76 0.58 0.39
Hex 2A 38 9E 49 41 0 26 E9 3A 27
Octal 52 70 236 111 101 0 46 351 72 47
Binary 101010 111000 10011110 1001001 1000001 0 100110 11101001 111010 100111

Color Harmonies of #2A389E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A389E

Black with #2A389E

Text Example


Text Example

White with #2A389E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,56,158); }

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

background-color css

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

 a { background-color: rgb(42,56,158); }

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

border-color css

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

 span { border-color: rgb(42,56,158); }

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