#2B5985

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

Shades of Endeavour #2B5985

Tints of Endeavour #2B5985

Color information

#2B5985 (or 0x2B5985) is unknown color: approx Endeavour. HEX triplet: 2B, 59 and 85. RGB value is (43,89,133). Sum of RGB (Red+Green+Blue) = 43+89+133=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B5985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5985 is #D4A67A. Grayscale: #505050. Windows color (decimal): -13936251 or 8739115. OLE color: 8739115.

HSL color Cylindrical-coordinate representation of color #2B5985: hue angle of 209.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2B5985 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4389133-
CMYK0.680.3300.48
HSL209.33º51.14%34.51%-
HSV(B)209.33º67.67%52.16%-
XYZ8.89.3523.53-
YUV80.26157.76101.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.23%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=16.23%
G=33.58%
B=50.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43891330.680.3300.48209.3351.1434.51
Hex2B59854421030d13323
Octal53131205104410603216343
Binary1010111011001100001011000100100001011000011010001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,89,133); }

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

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

 a { background-color: rgb(43,89,133); }

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

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

 span { border-color: rgb(43,89,133); }

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