#2B5B9E

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

Shades of Endeavour #2B5B9E

Tints of Endeavour #2B5B9E

Color information

#2B5B9E (or 0x2B5B9E) is unknown color: approx Endeavour. HEX triplet: 2B, 5B and 9E. RGB value is (43,91,158). Sum of RGB (Red+Green+Blue) = 43+91+158=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #2B5B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5B9E is #D4A461. Grayscale: #535353. Windows color (decimal): -13935714 or 10378027. OLE color: 10378027.

HSL color Cylindrical-coordinate representation of color #2B5B9E: hue angle of 214.96º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B5B9E is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4391158-
CMYK0.730.4200.38
HSL214.96º57.21%39.41%-
HSV(B)214.96º72.78%61.96%-
XYZ10.9110.4633.79-
YUV84.29169.698.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.73%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=14.73%
G=31.16%
B=54.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43911580.730.4200.38214.9657.2139.41
Hex2B5B9E492A026d73927
Octal53133236111520463277147
Binary1010111011011100111101001001101010010011011010111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,91,158); }

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

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

 a { background-color: rgb(43,91,158); }

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

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

 span { border-color: rgb(43,91,158); }

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