Html Css Color HEX #2C289E Egyptian Blue

📋 copy color: '#2C289E'

red 44 ◦ green 40 ◦ blue 158

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

Shades of Egyptian Blue #2C289E

Tints of Egyptian Blue #2C289E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.53%

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

R = 18.18%
G = 16.53%
B = 65.29%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C289E (or 0x2C289E) is known color: Egyptian Blue. HEX triplet: 2C, 28 and 9E. RGB value is (44,40,158). Sum of RGB (Red+Green+Blue) = 44+40+158=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #2C289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C289E is #D3D761. Grayscale: #363636. Windows color (decimal): -13883234 or 10364972. OLE color: 10364972.

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

Color convert

RGB 44 40 158 -
CMYK 0.72 0.75 0 0.38
HSL 242.03º 0.6% 0.39% -
HSV(B) 242.03º 0.75% 0.62% -
XYZ 7.97 4.52 32.8 -
YUV 54.65 186.33 120.41 -
System Red Green Blue C M Y K H S L
Decimal 44 40 158 0.72 0.75 0 0.38 242.03 0.6 0.39
Hex 2C 28 9E 48 4B 0 26 F2 3C 27
Octal 54 50 236 110 113 0 46 362 74 47
Binary 101100 101000 10011110 1001000 1001011 0 100110 11110010 111100 100111

Color Harmonies of #2C289E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C289E

Black with #2C289E

Text Example


Text Example

White with #2C289E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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