#2B538F

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

Shades of Endeavour #2B538F

Tints of Endeavour #2B538F

Color information

#2B538F (or 0x2B538F) is unknown color: approx Endeavour. HEX triplet: 2B, 53 and 8F. RGB value is (43,83,143). Sum of RGB (Red+Green+Blue) = 43+83+143=269 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.99% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 143 (56.25% from 255 or 53.16% from 269); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B538F is #D4AC70. Grayscale: #4D4D4D. Windows color (decimal): -13937777 or 9392939. OLE color: 9392939.

HSL color Cylindrical-coordinate representation of color #2B538F: hue angle of 216º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B538F is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4383143-
CMYK0.700.4200.44
HSL216º53.76%36.47%-
HSV(B)216º69.93%56.08%-
XYZ9.058.6827.19-
YUV77.88164.75103.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.99%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 143 (56.25% from 255) = 53.16%
R=15.99%
G=30.86%
B=53.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43831430.700.4200.4421653.7636.47
Hex2B538F462A02Cd83624
Octal53123217106520543306644
Binary1010111010011100011111000110101010010110011011000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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