#2B5E9D

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

Shades of Endeavour #2B5E9D

Tints of Endeavour #2B5E9D

Color information

#2B5E9D (or 0x2B5E9D) is unknown color: approx Endeavour. HEX triplet: 2B, 5E and 9D. RGB value is (43,94,157). Sum of RGB (Red+Green+Blue) = 43+94+157=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B5E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5E9D is #D4A162. Grayscale: #555555. Windows color (decimal): -13934947 or 10313259. OLE color: 10313259.

HSL color Cylindrical-coordinate representation of color #2B5E9D: hue angle of 213.16º 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 #2B5E9D is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4394157-
CMYK0.730.4000.38
HSL213.16º57%39.22%-
HSV(B)213.16º72.61%61.57%-
XYZ11.0810.9533.43-
YUV85.93168.197.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.63%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 157 (61.72% from 255) = 53.40%
R=14.63%
G=31.97%
B=53.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43941570.730.4000.38213.165739.22
Hex2B5E9D4928026d53927
Octal53136235111500463257147
Binary1010111011110100111011001001101000010011011010101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,94,157); }

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

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

 a { background-color: rgb(43,94,157); }

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

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

 span { border-color: rgb(43,94,157); }

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