Html Css Color HEX #2632A4 Egyptian Blue

📋 copy color: '#2632A4'

red 38 ◦ green 50 ◦ blue 164

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

Shades of Egyptian Blue #2632A4

Tints of Egyptian Blue #2632A4

RGB

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

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

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

R = 15.08%
G = 19.84%
B = 65.08%

CMYK

 C value IS 0.77

 M value IS 0.70

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#2632A4 (or 0x2632A4) is known color: Egyptian Blue. HEX triplet: 26, 32 and A4. RGB value is (38,50,164). Sum of RGB (Red+Green+Blue) = 38+50+164=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 164 (64.45% from 255 or 65.08% from 252); Max value from RGB is 164 - color contains mainly: blue. Hex color #2632A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2632A4 is #D9CD5B. Grayscale: #3A3A3A. Windows color (decimal): -14273884 or 10760742. OLE color: 10760742.

HSL color Cylindrical-coordinate representation of color #2632A4: hue angle of 234.29º 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 #2632A4 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 38 50 164 -
CMYK 0.77 0.70 0 0.36
HSL 234.29º 0.62% 0.4% -
HSV(B) 234.29º 0.77% 0.64% -
XYZ 8.64 5.37 35.7 -
YUV 59.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 38 50 164 0.77 0.70 0 0.36 234.29 0.62 0.4
Hex 26 32 A4 4D 46 0 24 EA 3E 28
Octal 46 62 244 115 106 0 44 352 76 50
Binary 100110 110010 10100100 1001101 1000110 0 100100 11101010 111110 101000

Color Harmonies of #2632A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2632A4

Black with #2632A4

Text Example


Text Example

White with #2632A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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