Html Css Color HEX #2B399E Egyptian Blue

📋 copy color: '#2B399E'

red 43 ◦ green 57 ◦ blue 158

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

Shades of Egyptian Blue #2B399E

Tints of Egyptian Blue #2B399E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 158 (62.11% from 255) = 61.24%

R = 16.67%
G = 22.09%
B = 61.24%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B399E (or 0x2B399E) is known color: Egyptian Blue. HEX triplet: 2B, 39 and 9E. RGB value is (43,57,158). Sum of RGB (Red+Green+Blue) = 43+57+158=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 158 (62.11% from 255 or 61.24% from 258); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B399E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B399E is #D4C661. Grayscale: #3F3F3F. Windows color (decimal): -13944418 or 10369323. OLE color: 10369323.

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

Color convert

RGB 43 57 158 -
CMYK 0.73 0.64 0 0.38
HSL 232.7º 0.57% 0.39% -
HSV(B) 232.7º 0.73% 0.62% -
XYZ 8.63 5.91 33.03 -
YUV 64.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 43 57 158 0.73 0.64 0 0.38 232.7 0.57 0.39
Hex 2B 39 9E 49 40 0 26 E9 39 27
Octal 53 71 236 111 100 0 46 351 71 47
Binary 101011 111001 10011110 1001001 1000000 0 100110 11101001 111001 100111

Color Harmonies of #2B399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B399E

Black with #2B399E

Text Example


Text Example

White with #2B399E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,57,158); }

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

background-color css

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

 a { background-color: rgb(43,57,158); }

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

border-color css

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

 span { border-color: rgb(43,57,158); }

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