Html Css Color HEX #2E548B Endeavour

📋 copy color: '#2E548B'

red 46 ◦ green 84 ◦ blue 139

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

Shades of Endeavour #2E548B

Tints of Endeavour #2E548B

RGB

 RED value IS 46 (18.36% from 255) = 17.1%

 GREEN value IS 84 (33.2% from 255) = 31.23%

 BLUE value IS 139 (54.69% from 255) = 51.67%

R = 17.1%
G = 31.23%
B = 51.67%

CMYK

 C value IS 0.67

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E548B (or 0x2E548B) is known color: Endeavour. HEX triplet: 2E, 54 and 8B. RGB value is (46,84,139). Sum of RGB (Red+Green+Blue) = 46+84+139=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E548B is #D1AB74. Grayscale: #4E4E4E. Windows color (decimal): -13740917 or 9131054. OLE color: 9131054.

HSL color Cylindrical-coordinate representation of color #2E548B: hue angle of 215.48º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E548B is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 84 139 -
CMYK 0.67 0.40 0 0.45
HSL 215.48º 0.5% 0.36% -
HSV(B) 215.48º 0.67% 0.55% -
XYZ 8.96 8.79 25.65 -
YUV 78.91 161.91 104.53 -
System Red Green Blue C M Y K H S L
Decimal 46 84 139 0.67 0.40 0 0.45 215.48 0.5 0.36
Hex 2E 54 8B 43 28 0 2D D7 32 24
Octal 56 124 213 103 50 0 55 327 62 44
Binary 101110 1010100 10001011 1000011 101000 0 101101 11010111 110010 100100

Color Harmonies of #2E548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E548B

Black with #2E548B

Text Example


Text Example

White with #2E548B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,84,139); }

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

background-color css

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

 a { background-color: rgb(46,84,139); }

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

border-color css

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

 span { border-color: rgb(46,84,139); }

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