#2B5D9B

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

Shades of Endeavour #2B5D9B

Tints of Endeavour #2B5D9B

Color information

#2B5D9B (or 0x2B5D9B) is unknown color: approx Endeavour. HEX triplet: 2B, 5D and 9B. RGB value is (43,93,155). Sum of RGB (Red+Green+Blue) = 43+93+155=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B5D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5D9B is #D4A264. Grayscale: #545454. Windows color (decimal): -13935205 or 10181931. OLE color: 10181931.

HSL color Cylindrical-coordinate representation of color #2B5D9B: hue angle of 213.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B5D9B is Cyan = 0.72, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4393155-
CMYK0.720.400.39
HSL213.21º56.57%38.82%-
HSV(B)213.21º72.26%60.78%-
XYZ10.8310.7132.51-
YUV85.12167.4497.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.78%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=14.78%
G=31.96%
B=53.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43931550.720.400.39213.2156.5738.82
Hex2B5D9B4828027d53927
Octal53135233110500473257147
Binary1010111011101100110111001000101000010011111010101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,93,155); }

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

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

 a { background-color: rgb(43,93,155); }

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

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

 span { border-color: rgb(43,93,155); }

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