Html Css Color HEX #2B399D Egyptian Blue

📋 copy color: '#2B399D'

red 43 ◦ green 57 ◦ blue 157

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

Shades of Egyptian Blue #2B399D

Tints of Egyptian Blue #2B399D

RGB

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

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

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

R = 16.73%
G = 22.18%
B = 61.09%

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

#2B399D (or 0x2B399D) is known color: Egyptian Blue. HEX triplet: 2B, 39 and 9D. RGB value is (43,57,157). Sum of RGB (Red+Green+Blue) = 43+57+157=257 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.73% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 157 (61.72% from 255 or 61.09% from 257); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B399D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B399D is #D4C662. Grayscale: #3F3F3F. Windows color (decimal): -13944419 or 10303787. OLE color: 10303787.

HSL color Cylindrical-coordinate representation of color #2B399D: hue angle of 232.63º 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 #2B399D is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 57 157 -
CMYK 0.73 0.64 0 0.38
HSL 232.63º 0.57% 0.39% -
HSV(B) 232.63º 0.73% 0.62% -
XYZ 8.55 5.87 32.58 -
YUV 64.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 43 57 157 0.73 0.64 0 0.38 232.63 0.57 0.39
Hex 2B 39 9D 49 40 0 26 E9 39 27
Octal 53 71 235 111 100 0 46 351 71 47
Binary 101011 111001 10011101 1001001 1000000 0 100110 11101001 111001 100111

Color Harmonies of #2B399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B399D

Black with #2B399D

Text Example


Text Example

White with #2B399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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