#2B5289

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

Shades of Endeavour #2B5289

Tints of Endeavour #2B5289

Color information

#2B5289 (or 0x2B5289) is unknown color: approx Endeavour. HEX triplet: 2B, 52 and 89. RGB value is (43,82,137). Sum of RGB (Red+Green+Blue) = 43+82+137=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #2B5289 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5289 is #D4AD76. Grayscale: #4C4C4C. Windows color (decimal): -13938039 or 8999467. OLE color: 8999467.

HSL color Cylindrical-coordinate representation of color #2B5289: hue angle of 215.11º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B5289 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4382137-
CMYK0.690.4000.46
HSL215.11º52.22%35.29%-
HSV(B)215.11º68.61%53.73%-
XYZ8.538.3524.83-
YUV76.61162.08104.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.41%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 137 (53.91% from 255) = 52.29%
R=16.41%
G=31.30%
B=52.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43821370.690.4000.46215.1152.2235.29
Hex2B5289452802Ed73423
Octal53122211105500563276443
Binary1010111010010100010011000101101000010111011010111110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,82,137); }

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

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

 a { background-color: rgb(43,82,137); }

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

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

 span { border-color: rgb(43,82,137); }

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