#2B598C

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

Shades of Endeavour #2B598C

Tints of Endeavour #2B598C

Color information

#2B598C (or 0x2B598C) is unknown color: approx Endeavour. HEX triplet: 2B, 59 and 8C. RGB value is (43,89,140). Sum of RGB (Red+Green+Blue) = 43+89+140=272 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.81% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B598C is #D4A673. Grayscale: #505050. Windows color (decimal): -13936244 or 9197867. OLE color: 9197867.

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

Color convert

RGB4389140-
CMYK0.690.3600.45
HSL211.55º53.01%35.88%-
HSV(B)211.55º69.29%54.9%-
XYZ9.39.5526.16-
YUV81.06161.26100.85-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.81%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=15.81%
G=32.72%
B=51.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43891400.690.3600.45211.5553.0135.88
Hex2B598C452402Dd43524
Octal53131214105440553246544
Binary1010111011001100011001000101100100010110111010100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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