Html Css Color HEX #2A3499 Egyptian Blue

📋 copy color: '#2A3499'

red 42 ◦ green 52 ◦ blue 153

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

Shades of Egyptian Blue #2A3499

Tints of Egyptian Blue #2A3499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

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

R = 17%
G = 21.05%
B = 61.94%

CMYK

 C value IS 0.73

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2A3499 (or 0x2A3499) is known color: Egyptian Blue. HEX triplet: 2A, 34 and 99. RGB value is (42,52,153). Sum of RGB (Red+Green+Blue) = 42+52+153=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #2A3499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3499 is #D5CB66. Grayscale: #3C3C3C. Windows color (decimal): -14011239 or 10040362. OLE color: 10040362.

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

Color convert

RGB 42 52 153 -
CMYK 0.73 0.66 0 0.4
HSL 234.59º 0.57% 0.38% -
HSV(B) 234.59º 0.73% 0.6% -
XYZ 7.93 5.25 30.73 -
YUV 60.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 42 52 153 0.73 0.66 0 0.4 234.59 0.57 0.38
Hex 2A 34 99 49 42 0 28 EB 39 26
Octal 52 64 231 111 102 0 50 353 71 46
Binary 101010 110100 10011001 1001001 1000010 0 101000 11101011 111001 100110

Color Harmonies of #2A3499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3499

Black with #2A3499

Text Example


Text Example

White with #2A3499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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