Html Css Color HEX #2A389F Egyptian Blue

📋 copy color: '#2A389F'

red 42 ◦ green 56 ◦ blue 159

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

Shades of Egyptian Blue #2A389F

Tints of Egyptian Blue #2A389F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.87%

R = 16.34%
G = 21.79%
B = 61.87%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2A389F (or 0x2A389F) is known color: Egyptian Blue. HEX triplet: 2A, 38 and 9F. RGB value is (42,56,159). Sum of RGB (Red+Green+Blue) = 42+56+159=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A389F is #D5C760. Grayscale: #3F3F3F. Windows color (decimal): -14010209 or 10434602. OLE color: 10434602.

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

Color convert

RGB 42 56 159 -
CMYK 0.74 0.65 0 0.38
HSL 232.82º 0.58% 0.39% -
HSV(B) 232.82º 0.74% 0.62% -
XYZ 8.63 5.82 33.47 -
YUV 63.56 181.86 112.62 -
System Red Green Blue C M Y K H S L
Decimal 42 56 159 0.74 0.65 0 0.38 232.82 0.58 0.39
Hex 2A 38 9F 4A 41 0 26 E9 3A 27
Octal 52 70 237 112 101 0 46 351 72 47
Binary 101010 111000 10011111 1001010 1000001 0 100110 11101001 111010 100111

Color Harmonies of #2A389F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A389F

Black with #2A389F

Text Example


Text Example

White with #2A389F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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