#2B589B

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

Shades of Endeavour #2B589B

Tints of Endeavour #2B589B

Color information

#2B589B (or 0x2B589B) is unknown color: approx Endeavour. HEX triplet: 2B, 58 and 9B. RGB value is (43,88,155). Sum of RGB (Red+Green+Blue) = 43+88+155=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B589B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B589B is #D4A764. Grayscale: #515151. Windows color (decimal): -13936485 or 10180651. OLE color: 10180651.

HSL color Cylindrical-coordinate representation of color #2B589B: hue angle of 215.89º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B589B is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4388155-
CMYK0.720.4300.39
HSL215.89º56.57%38.82%-
HSV(B)215.89º72.26%60.78%-
XYZ10.49.8632.37-
YUV82.18169.09100.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.03%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 155 (60.94% from 255) = 54.20%
R=15.03%
G=30.77%
B=54.20%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43881550.720.4300.39215.8956.5738.82
Hex2B589B482B027d83927
Octal53130233110530473307147
Binary1010111011000100110111001000101011010011111011000111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,88,155); }

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

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

 a { background-color: rgb(43,88,155); }

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

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

 span { border-color: rgb(43,88,155); }

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