Html Css Color HEX #2B269D Egyptian Blue

📋 copy color: '#2B269D'

red 43 ◦ green 38 ◦ blue 157

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

Shades of Egyptian Blue #2B269D

Tints of Egyptian Blue #2B269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

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

R = 18.07%
G = 15.97%
B = 65.97%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B269D (or 0x2B269D) is known color: Egyptian Blue. HEX triplet: 2B, 26 and 9D. RGB value is (43,38,157). Sum of RGB (Red+Green+Blue) = 43+38+157=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B269D is #D4D962. Grayscale: #343434. Windows color (decimal): -13949283 or 10298923. OLE color: 10298923.

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

Color convert

RGB 43 38 157 -
CMYK 0.73 0.76 0 0.38
HSL 242.52º 0.61% 0.38% -
HSV(B) 242.52º 0.76% 0.62% -
XYZ 7.78 4.33 32.33 -
YUV 53.06 186.66 120.82 -
System Red Green Blue C M Y K H S L
Decimal 43 38 157 0.73 0.76 0 0.38 242.52 0.61 0.38
Hex 2B 26 9D 49 4C 0 26 F3 3D 26
Octal 53 46 235 111 114 0 46 363 75 46
Binary 101011 100110 10011101 1001001 1001100 0 100110 11110011 111101 100110

Color Harmonies of #2B269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B269D

Black with #2B269D

Text Example


Text Example

White with #2B269D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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