Html Css Color HEX #2B379B Egyptian Blue

📋 copy color: '#2B379B'

red 43 ◦ green 55 ◦ blue 155

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

Shades of Egyptian Blue #2B379B

Tints of Egyptian Blue #2B379B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

 BLUE value IS 155 (60.94% from 255) = 61.26%

R = 17%
G = 21.74%
B = 61.26%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B379B (or 0x2B379B) is known color: Egyptian Blue. HEX triplet: 2B, 37 and 9B. RGB value is (43,55,155). Sum of RGB (Red+Green+Blue) = 43+55+155=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B379B is #D4C864. Grayscale: #3E3E3E. Windows color (decimal): -13944933 or 10172203. OLE color: 10172203.

HSL color Cylindrical-coordinate representation of color #2B379B: hue angle of 233.57º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B379B is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 55 155 -
CMYK 0.72 0.65 0 0.39
HSL 233.57º 0.57% 0.39% -
HSV(B) 233.57º 0.72% 0.61% -
XYZ 8.28 5.61 31.66 -
YUV 62.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 43 55 155 0.72 0.65 0 0.39 233.57 0.57 0.39
Hex 2B 37 9B 48 41 0 27 EA 39 27
Octal 53 67 233 110 101 0 47 352 71 47
Binary 101011 110111 10011011 1001000 1000001 0 100111 11101010 111001 100111

Color Harmonies of #2B379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B379B

Black with #2B379B

Text Example


Text Example

White with #2B379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,155); }

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

background-color css

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

 a { background-color: rgb(43,55,155); }

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

border-color css

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

 span { border-color: rgb(43,55,155); }

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