#2B549C

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

Shades of Endeavour #2B549C

Tints of Endeavour #2B549C

Color information

#2B549C (or 0x2B549C) is unknown color: approx Endeavour. HEX triplet: 2B, 54 and 9C. RGB value is (43,84,156). Sum of RGB (Red+Green+Blue) = 43+84+156=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #2B549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B549C is #D4AB63. Grayscale: #4F4F4F. Windows color (decimal): -13937508 or 10245163. OLE color: 10245163.

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

Color convert

RGB4384156-
CMYK0.720.4600.39
HSL218.23º56.78%39.02%-
HSV(B)218.23º72.44%61.18%-
XYZ10.179.2532.7-
YUV79.95170.92101.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.19%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=15.19%
G=29.68%
B=55.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43841560.720.4600.39218.2356.7839.02
Hex2B549C482E027da3927
Octal53124234110560473327147
Binary1010111010100100111001001000101110010011111011010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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