Html Css Color HEX #2C329F Egyptian Blue

📋 copy color: '#2C329F'

red 44 ◦ green 50 ◦ blue 159

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

Shades of Egyptian Blue #2C329F

Tints of Egyptian Blue #2C329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 17.39%
G = 19.76%
B = 62.85%

CMYK

 C value IS 0.72

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C329F (or 0x2C329F) is known color: Egyptian Blue. HEX triplet: 2C, 32 and 9F. RGB value is (44,50,159). Sum of RGB (Red+Green+Blue) = 44+50+159=253 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.39% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 159 (62.5% from 255 or 62.85% from 253); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C329F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C329F is #D3CD60. Grayscale: #3C3C3C. Windows color (decimal): -13880673 or 10433068. OLE color: 10433068.

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

Color convert

RGB 44 50 159 -
CMYK 0.72 0.69 0 0.38
HSL 236.87º 0.57% 0.4% -
HSV(B) 236.87º 0.72% 0.62% -
XYZ 8.44 5.32 33.38 -
YUV 60.63 183.51 116.14 -
System Red Green Blue C M Y K H S L
Decimal 44 50 159 0.72 0.69 0 0.38 236.87 0.57 0.4
Hex 2C 32 9F 48 45 0 26 ED 39 28
Octal 54 62 237 110 105 0 46 355 71 50
Binary 101100 110010 10011111 1001000 1000101 0 100110 11101101 111001 101000

Color Harmonies of #2C329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C329F

Black with #2C329F

Text Example


Text Example

White with #2C329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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