Html Css Color HEX #2629A4 Egyptian Blue

📋 copy color: '#2629A4'

red 38 ◦ green 41 ◦ blue 164

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

Shades of Egyptian Blue #2629A4

Tints of Egyptian Blue #2629A4

RGB

 RED value IS 38 (15.23% from 255) = 15.64%

 GREEN value IS 41 (16.41% from 255) = 16.87%

 BLUE value IS 164 (64.45% from 255) = 67.49%

R = 15.64%
G = 16.87%
B = 67.49%

CMYK

 C value IS 0.77

 M value IS 0.75

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2629A4 (or 0x2629A4) is known color: Egyptian Blue. HEX triplet: 26, 29 and A4. RGB value is (38,41,164). Sum of RGB (Red+Green+Blue) = 38+41+164=243 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.64% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 164 (64.45% from 255 or 67.49% from 243); Max value from RGB is 164 - color contains mainly: blue. Hex color #2629A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2629A4 is #D9D65B. Grayscale: #353535. Windows color (decimal): -14276188 or 10758438. OLE color: 10758438.

HSL color Cylindrical-coordinate representation of color #2629A4: hue angle of 238.57º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2629A4 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 41 164 -
CMYK 0.77 0.75 0 0.36
HSL 238.57º 0.62% 0.4% -
HSV(B) 238.57º 0.77% 0.64% -
XYZ 8.29 4.68 35.59 -
YUV 54.13 190.01 116.5 -
System Red Green Blue C M Y K H S L
Decimal 38 41 164 0.77 0.75 0 0.36 238.57 0.62 0.4
Hex 26 29 A4 4D 4B 0 24 EF 3E 28
Octal 46 51 244 115 113 0 44 357 76 50
Binary 100110 101001 10100100 1001101 1001011 0 100100 11101111 111110 101000

Color Harmonies of #2629A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2629A4

Black with #2629A4

Text Example


Text Example

White with #2629A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2629A4; }

 p { color: rgb(38,41,164); }

 H1.HeaderClassName
 {
   color: #2629A4;
 }
 .AnyTagClassName
 {
   color: #2629A4;
 }
</style>

background-color css

<style>
 a { background-color: #2629A4; }

 a { background-color: rgb(38,41,164); }

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

border-color css

<style>
 span { border-color: #2629A4; }

 span { border-color: rgb(38,41,164); }

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