#2b6395

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

Shades of Endeavour #2B6395

Tints of Endeavour #2B6395

Color information

#2B6395 (or 0x2B6395) is unknown color: approx Endeavour. HEX triplet: 2B, 63 and 95. RGB value is (43,99,149). Sum of RGB (Red+Green+Blue) = 43+99+149=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #2B6395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B6395 is #D49C6A. Grayscale: #575757. Windows color (decimal): -13933675 or 9790251. OLE color: 9790251.

HSL color Cylindrical-coordinate representation of color #2B6395: hue angle of 208.3º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B6395 is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4399149-
CMYK0.710.3400.42
HSL208.3º55.21%37.65%-
HSV(B)208.3º71.14%58.43%-
XYZ10.8811.6130.1-
YUV87.96162.4595.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.78%
GREEN value IS 99 (39.06% from 255) = 34.02%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=14.78%
G=34.02%
B=51.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43991490.710.3400.42208.355.2137.65
Hex2B6395472202Ad03726
Octal53143225107420523206746
Binary1010111100011100101011000111100010010101011010000110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b6395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,99,149); }

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

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

 a { background-color: rgb(43,99,149); }

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

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

 span { border-color: rgb(43,99,149); }

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