Html Css Color HEX #2B379F Egyptian Blue

📋 copy color: '#2B379F'

red 43 ◦ green 55 ◦ blue 159

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

Shades of Egyptian Blue #2B379F

Tints of Egyptian Blue #2B379F

RGB

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

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

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

R = 16.73%
G = 21.4%
B = 61.87%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B379F (or 0x2B379F) is known color: Egyptian Blue. HEX triplet: 2B, 37 and 9F. RGB value is (43,55,159). Sum of RGB (Red+Green+Blue) = 43+55+159=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 159 (62.5% from 255 or 61.87% from 257); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B379F is #D4C860. Grayscale: #3E3E3E. Windows color (decimal): -13944929 or 10434347. OLE color: 10434347.

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

Color convert

RGB 43 55 159 -
CMYK 0.73 0.65 0 0.38
HSL 233.79º 0.57% 0.4% -
HSV(B) 233.79º 0.73% 0.62% -
XYZ 8.62 5.75 33.46 -
YUV 63.27 182.02 113.54 -
System Red Green Blue C M Y K H S L
Decimal 43 55 159 0.73 0.65 0 0.38 233.79 0.57 0.4
Hex 2B 37 9F 49 41 0 26 EA 39 28
Octal 53 67 237 111 101 0 46 352 71 50
Binary 101011 110111 10011111 1001001 1000001 0 100110 11101010 111001 101000

Color Harmonies of #2B379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B379F

Black with #2B379F

Text Example


Text Example

White with #2B379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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