#2B588C

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

Shades of Endeavour #2B588C

Tints of Endeavour #2B588C

Color information

#2B588C (or 0x2B588C) is unknown color: approx Endeavour. HEX triplet: 2B, 58 and 8C. RGB value is (43,88,140). Sum of RGB (Red+Green+Blue) = 43+88+140=271 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.87% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B588C is #D4A773. Grayscale: #505050. Windows color (decimal): -13936500 or 9197611. OLE color: 9197611.

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

Color convert

RGB4388140-
CMYK0.690.3700.45
HSL212.16º53.01%35.88%-
HSV(B)212.16º69.29%54.9%-
XYZ9.229.3926.14-
YUV80.47161.59101.27-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.87%
GREEN value IS 88 (34.77% from 255) = 32.47%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=15.87%
G=32.47%
B=51.66%

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
Decimal43881400.690.3700.45212.1653.0135.88
Hex2B588C452502Dd43524
Octal53130214105450553246544
Binary1010111011000100011001000101100101010110111010100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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