Html Css Color HEX #2A3799 Egyptian Blue

📋 copy color: '#2A3799'

red 42 ◦ green 55 ◦ blue 153

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

Shades of Egyptian Blue #2A3799

Tints of Egyptian Blue #2A3799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 16.8%
G = 22%
B = 61.2%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2A3799 (or 0x2A3799) is known color: Egyptian Blue. HEX triplet: 2A, 37 and 99. RGB value is (42,55,153). Sum of RGB (Red+Green+Blue) = 42+55+153=250 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.8% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A3799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3799 is #D5C866. Grayscale: #3D3D3D. Windows color (decimal): -14010471 or 10041130. OLE color: 10041130.

HSL color Cylindrical-coordinate representation of color #2A3799: hue angle of 232.97º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A3799 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 42 55 153 -
CMYK 0.73 0.64 0 0.4
HSL 232.97º 0.57% 0.38% -
HSV(B) 232.97º 0.73% 0.6% -
XYZ 8.07 5.52 30.78 -
YUV 62.29 179.19 113.53 -
System Red Green Blue C M Y K H S L
Decimal 42 55 153 0.73 0.64 0 0.4 232.97 0.57 0.38
Hex 2A 37 99 49 40 0 28 E9 39 26
Octal 52 67 231 111 100 0 50 351 71 46
Binary 101010 110111 10011001 1001001 1000000 0 101000 11101001 111001 100110

Color Harmonies of #2A3799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3799

Black with #2A3799

Text Example


Text Example

White with #2A3799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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