Html Css Color HEX #2B259F Egyptian Blue

📋 copy color: '#2B259F'

red 43 ◦ green 37 ◦ blue 159

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

Shades of Egyptian Blue #2B259F

Tints of Egyptian Blue #2B259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

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

R = 17.99%
G = 15.48%
B = 66.53%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B259F (or 0x2B259F) is known color: Egyptian Blue. HEX triplet: 2B, 25 and 9F. RGB value is (43,37,159). Sum of RGB (Red+Green+Blue) = 43+37+159=239 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.99% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B259F is #D4DA60. Grayscale: #343434. Windows color (decimal): -13949537 or 10429739. OLE color: 10429739.

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

Color convert

RGB 43 37 159 -
CMYK 0.73 0.77 0 0.38
HSL 242.95º 0.62% 0.38% -
HSV(B) 242.95º 0.77% 0.62% -
XYZ 7.92 4.34 33.22 -
YUV 52.7 187.99 121.08 -
System Red Green Blue C M Y K H S L
Decimal 43 37 159 0.73 0.77 0 0.38 242.95 0.62 0.38
Hex 2B 25 9F 49 4D 0 26 F3 3E 26
Octal 53 45 237 111 115 0 46 363 76 46
Binary 101011 100101 10011111 1001001 1001101 0 100110 11110011 111110 100110

Color Harmonies of #2B259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B259F

Black with #2B259F

Text Example


Text Example

White with #2B259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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