Html Css Color HEX #2B289B Egyptian Blue

📋 copy color: '#2B289B'

red 43 ◦ green 40 ◦ blue 155

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

Shades of Egyptian Blue #2B289B

Tints of Egyptian Blue #2B289B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

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

R = 18.07%
G = 16.81%
B = 65.13%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B289B (or 0x2B289B) is known color: Egyptian Blue. HEX triplet: 2B, 28 and 9B. RGB value is (43,40,155). Sum of RGB (Red+Green+Blue) = 43+40+155=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B289B is #D4D764. Grayscale: #353535. Windows color (decimal): -13948773 or 10168363. OLE color: 10168363.

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

Color convert

RGB 43 40 155 -
CMYK 0.72 0.74 0 0.39
HSL 241.57º 0.59% 0.38% -
HSV(B) 241.57º 0.74% 0.61% -
XYZ 7.67 4.4 31.45 -
YUV 54.01 184.99 120.15 -
System Red Green Blue C M Y K H S L
Decimal 43 40 155 0.72 0.74 0 0.39 241.57 0.59 0.38
Hex 2B 28 9B 48 4A 0 27 F2 3B 26
Octal 53 50 233 110 112 0 47 362 73 46
Binary 101011 101000 10011011 1001000 1001010 0 100111 11110010 111011 100110

Color Harmonies of #2B289B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B289B

Black with #2B289B

Text Example


Text Example

White with #2B289B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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