#2B658B

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

Shades of Endeavour #2B658B

Tints of Endeavour #2B658B

Color information

#2B658B (or 0x2B658B) is unknown color: approx Endeavour. HEX triplet: 2B, 65 and 8B. RGB value is (43,101,139). Sum of RGB (Red+Green+Blue) = 43+101+139=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B658B is #D49A74. Grayscale: #575757. Windows color (decimal): -13933173 or 9135403. OLE color: 9135403.

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

Color convert

RGB43101139-
CMYK0.690.2700.45
HSL203.75º52.75%35.69%-
HSV(B)203.75º69.06%54.51%-
XYZ10.3111.6926.14-
YUV87.99156.7895.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 101 (39.84% from 255) = 35.69%
BLUE value IS 139 (54.69% from 255) = 49.12%
R=15.19%
G=35.69%
B=49.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal431011390.690.2700.45203.7552.7535.69
Hex2B658B451B02Dcc3524
Octal53145213105330553146544
Binary101011110010110001011100010111011010110111001100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,101,139); }

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

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

 a { background-color: rgb(43,101,139); }

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

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

 span { border-color: rgb(43,101,139); }

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