#2b529c

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

Shades of Endeavour #2B529C

Tints of Endeavour #2B529C

Color information

#2B529C (or 0x2B529C) is unknown color: approx Endeavour. HEX triplet: 2B, 52 and 9C. RGB value is (43,82,156). Sum of RGB (Red+Green+Blue) = 43+82+156=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B529C is #D4AD63. Grayscale: #4E4E4E. Windows color (decimal): -13938020 or 10244651. OLE color: 10244651.

HSL color Cylindrical-coordinate representation of color #2B529C: hue angle of 219.29º 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 #2B529C is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4382156-
CMYK0.720.4700.39
HSL219.29º56.78%39.02%-
HSV(B)219.29º72.44%61.18%-
XYZ10.018.9532.65-
YUV78.78171.58102.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.30%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=15.30%
G=29.18%
B=55.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43821560.720.4700.39219.2956.7839.02
Hex2B529C482F027db3927
Octal53122234110570473337147
Binary1010111010010100111001001000101111010011111011011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b529c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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