#2e548f

Color #2E548F Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #2E548F

Tints of Endeavour #2E548F

Color information

#2E548F (or 0x2E548F) is unknown color: approx Endeavour. HEX triplet: 2E, 54 and 8F. RGB value is (46,84,143). Sum of RGB (Red+Green+Blue) = 46+84+143=273 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.85% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #2E548F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E548F is #D1AB70. Grayscale: #4F4F4F. Windows color (decimal): -13740913 or 9393198. OLE color: 9393198.

HSL color Cylindrical-coordinate representation of color #2E548F: hue angle of 216.49º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E548F is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4684143-
CMYK0.680.4100.44
HSL216.49º51.32%37.06%-
HSV(B)216.49º67.83%56.08%-
XYZ9.258.927.22-
YUV79.36163.91104.2-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.85%
GREEN value IS 84 (33.20% from 255) = 30.77%
BLUE value IS 143 (56.25% from 255) = 52.38%
R=16.85%
G=30.77%
B=52.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal46841430.680.4100.44216.4951.3237.06
Hex2E548F442902Cd83325
Octal56124217104510543306345
Binary1011101010100100011111000100101001010110011011000110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e548f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2e548f;
 }
 .AnyTagClassName
 {
   color: #2e548f;
 }
</style>
background-color css

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

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

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

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

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

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