Html Css Color HEX #2A269C Egyptian Blue

📋 copy color: '#2A269C'

red 42 ◦ green 38 ◦ blue 156

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

Shades of Egyptian Blue #2A269C

Tints of Egyptian Blue #2A269C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 156 (61.33% from 255) = 66.1%

R = 17.8%
G = 16.1%
B = 66.1%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2A269C (or 0x2A269C) is known color: Egyptian Blue. HEX triplet: 2A, 26 and 9C. RGB value is (42,38,156). Sum of RGB (Red+Green+Blue) = 42+38+156=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A269C is #D5D963. Grayscale: #343434. Windows color (decimal): -14014820 or 10233386. OLE color: 10233386.

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

Color convert

RGB 42 38 156 -
CMYK 0.73 0.76 0 0.39
HSL 242.03º 0.61% 0.38% -
HSV(B) 242.03º 0.76% 0.61% -
XYZ 7.65 4.28 31.88 -
YUV 52.65 186.33 120.41 -
System Red Green Blue C M Y K H S L
Decimal 42 38 156 0.73 0.76 0 0.39 242.03 0.61 0.38
Hex 2A 26 9C 49 4C 0 27 F2 3D 26
Octal 52 46 234 111 114 0 47 362 75 46
Binary 101010 100110 10011100 1001001 1001100 0 100111 11110010 111101 100110

Color Harmonies of #2A269C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A269C

Black with #2A269C

Text Example


Text Example

White with #2A269C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,38,156); }

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

background-color css

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

 a { background-color: rgb(42,38,156); }

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

border-color css

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

 span { border-color: rgb(42,38,156); }

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