#2B588B

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

Shades of Endeavour #2B588B

Tints of Endeavour #2B588B

Color information

#2B588B (or 0x2B588B) is unknown color: approx Endeavour. HEX triplet: 2B, 58 and 8B. RGB value is (43,88,139). Sum of RGB (Red+Green+Blue) = 43+88+139=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B588B is #D4A774. Grayscale: #505050. Windows color (decimal): -13936501 or 9132075. OLE color: 9132075.

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

Color convert

RGB4388139-
CMYK0.690.3700.45
HSL211.88º52.75%35.69%-
HSV(B)211.88º69.06%54.51%-
XYZ9.159.3625.75-
YUV80.36161.09101.35-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.93%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 139 (54.69% from 255) = 51.48%
R=15.93%
G=32.59%
B=51.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43881390.690.3700.45211.8852.7535.69
Hex2B588B452502Dd43524
Octal53130213105450553246544
Binary1010111011000100010111000101100101010110111010100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B588B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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