Html Css Color HEX #2C269E Egyptian Blue

📋 copy color: '#2C269E'

red 44 ◦ green 38 ◦ blue 158

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

Shades of Egyptian Blue #2C269E

Tints of Egyptian Blue #2C269E

RGB

 RED value IS 44 (17.58% from 255) = 18.33%

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

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

R = 18.33%
G = 15.83%
B = 65.83%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C269E (or 0x2C269E) is known color: Egyptian Blue. HEX triplet: 2C, 26 and 9E. RGB value is (44,38,158). Sum of RGB (Red+Green+Blue) = 44+38+158=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 158 (62.11% from 255 or 65.83% from 240); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C269E is #D3D961. Grayscale: #353535. Windows color (decimal): -13883746 or 10364460. OLE color: 10364460.

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

Color convert

RGB 44 38 158 -
CMYK 0.72 0.76 0 0.38
HSL 243º 0.61% 0.38% -
HSV(B) 243º 0.76% 0.62% -
XYZ 7.9 4.39 32.78 -
YUV 53.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 44 38 158 0.72 0.76 0 0.38 243 0.61 0.38
Hex 2C 26 9E 48 4C 0 26 F3 3D 26
Octal 54 46 236 110 114 0 46 363 75 46
Binary 101100 100110 10011110 1001000 1001100 0 100110 11110011 111101 100110

Color Harmonies of #2C269E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C269E

Black with #2C269E

Text Example


Text Example

White with #2C269E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,38,158); }

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

background-color css

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

 a { background-color: rgb(44,38,158); }

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

border-color css

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

 span { border-color: rgb(44,38,158); }

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