#2E568B

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

Shades of Endeavour #2E568B

Tints of Endeavour #2E568B

Color information

#2E568B (or 0x2E568B) is unknown color: approx Endeavour. HEX triplet: 2E, 56 and 8B. RGB value is (46,86,139). Sum of RGB (Red+Green+Blue) = 46+86+139=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E568B is #D1A974. Grayscale: #4F4F4F. Windows color (decimal): -13740405 or 9131566. OLE color: 9131566.

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

Color convert

RGB4686139-
CMYK0.670.3800.45
HSL214.19º50.27%36.27%-
HSV(B)214.19º66.91%54.51%-
XYZ9.119.125.7-
YUV80.08161.25103.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.97%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 139 (54.69% from 255) = 51.29%
R=16.97%
G=31.73%
B=51.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal46861390.670.3800.45214.1950.2736.27
Hex2E568B432602Dd63224
Octal56126213103460553266244
Binary1011101010110100010111000011100110010110111010110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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