Html Css Color HEX #2B329D Egyptian Blue

📋 copy color: '#2B329D'

red 43 ◦ green 50 ◦ blue 157

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

Shades of Egyptian Blue #2B329D

Tints of Egyptian Blue #2B329D

RGB

 RED value IS 43 (17.19% from 255) = 17.2%

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

 BLUE value IS 157 (61.72% from 255) = 62.8%

R = 17.2%
G = 20%
B = 62.8%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B329D (or 0x2B329D) is known color: Egyptian Blue. HEX triplet: 2B, 32 and 9D. RGB value is (43,50,157). Sum of RGB (Red+Green+Blue) = 43+50+157=250 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 157 (61.72% from 255 or 62.8% from 250); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B329D is #D4CD62. Grayscale: #3B3B3B. Windows color (decimal): -13946211 or 10301995. OLE color: 10301995.

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

Color convert

RGB 43 50 157 -
CMYK 0.73 0.68 0 0.38
HSL 236.32º 0.57% 0.39% -
HSV(B) 236.32º 0.73% 0.62% -
XYZ 8.22 5.23 32.47 -
YUV 60.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 43 50 157 0.73 0.68 0 0.38 236.32 0.57 0.39
Hex 2B 32 9D 49 44 0 26 EC 39 27
Octal 53 62 235 111 104 0 46 354 71 47
Binary 101011 110010 10011101 1001001 1000100 0 100110 11101100 111001 100111

Color Harmonies of #2B329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B329D

Black with #2B329D

Text Example


Text Example

White with #2B329D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,50,157); }

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

background-color css

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

 a { background-color: rgb(43,50,157); }

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

border-color css

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

 span { border-color: rgb(43,50,157); }

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