#2B528E

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

Shades of Endeavour #2B528E

Tints of Endeavour #2B528E

Color information

#2B528E (or 0x2B528E) is unknown color: approx Endeavour. HEX triplet: 2B, 52 and 8E. RGB value is (43,82,142). Sum of RGB (Red+Green+Blue) = 43+82+142=267 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.10% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 142 (55.86% from 255 or 53.18% from 267); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B528E is #D4AD71. Grayscale: #4C4C4C. Windows color (decimal): -13938034 or 9327147. OLE color: 9327147.

HSL color Cylindrical-coordinate representation of color #2B528E: hue angle of 216.36º 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 #2B528E is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4382142-
CMYK0.700.4200.44
HSL216.36º53.51%36.27%-
HSV(B)216.36º69.72%55.69%-
XYZ8.98.526.76-
YUV77.18164.58103.62-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.10%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 142 (55.86% from 255) = 53.18%
R=16.10%
G=30.71%
B=53.18%

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
Decimal43821420.700.4200.44216.3653.5136.27
Hex2B528E462A02Cd83624
Octal53122216106520543306644
Binary1010111010010100011101000110101010010110011011000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,82,142); }

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

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

 a { background-color: rgb(43,82,142); }

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

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

 span { border-color: rgb(43,82,142); }

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