#2B538D

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

Shades of Endeavour #2B538D

Tints of Endeavour #2B538D

Color information

#2B538D (or 0x2B538D) is unknown color: approx Endeavour. HEX triplet: 2B, 53 and 8D. RGB value is (43,83,141). Sum of RGB (Red+Green+Blue) = 43+83+141=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B538D is #D4AC72. Grayscale: #4D4D4D. Windows color (decimal): -13937779 or 9261867. OLE color: 9261867.

HSL color Cylindrical-coordinate representation of color #2B538D: hue angle of 215.51º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B538D is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4383141-
CMYK0.700.4100.45
HSL215.51º53.26%36.08%-
HSV(B)215.51º69.5%55.29%-
XYZ8.98.6226.39-
YUV77.65163.75103.28-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=16.10%
G=31.09%
B=52.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal43831410.700.4100.45215.5153.2636.08
Hex2B538D462902Dd83524
Octal53123215106510553306544
Binary1010111010011100011011000110101001010110111011000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,141); }

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

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

 a { background-color: rgb(43,83,141); }

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

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

 span { border-color: rgb(43,83,141); }

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