Html Css Color HEX #2C279F Egyptian Blue

📋 copy color: '#2C279F'

red 44 ◦ green 39 ◦ blue 159

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

Shades of Egyptian Blue #2C279F

Tints of Egyptian Blue #2C279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

 BLUE value IS 159 (62.5% from 255) = 65.7%

R = 18.18%
G = 16.12%
B = 65.7%

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

#2C279F (or 0x2C279F) is known color: Egyptian Blue. HEX triplet: 2C, 27 and 9F. RGB value is (44,39,159). Sum of RGB (Red+Green+Blue) = 44+39+159=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C279F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C279F is #D3D860. Grayscale: #353535. Windows color (decimal): -13883489 or 10430252. OLE color: 10430252.

HSL color Cylindrical-coordinate representation of color #2C279F: hue angle of 242.5º degrees, saturation: 0.61, 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 #2C279F is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 39 159 -
CMYK 0.72 0.75 0 0.38
HSL 242.5º 0.61% 0.39% -
HSV(B) 242.5º 0.75% 0.62% -
XYZ 8.02 4.49 33.24 -
YUV 54.18 187.16 120.74 -
System Red Green Blue C M Y K H S L
Decimal 44 39 159 0.72 0.75 0 0.38 242.5 0.61 0.39
Hex 2C 27 9F 48 4B 0 26 F2 3D 27
Octal 54 47 237 110 113 0 46 362 75 47
Binary 101100 100111 10011111 1001000 1001011 0 100110 11110010 111101 100111

Color Harmonies of #2C279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C279F

Black with #2C279F

Text Example


Text Example

White with #2C279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,39,159); }

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

background-color css

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

 a { background-color: rgb(44,39,159); }

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

border-color css

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

 span { border-color: rgb(44,39,159); }

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