#2B548A

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

Shades of Endeavour #2B548A

Tints of Endeavour #2B548A

Color information

#2B548A (or 0x2B548A) is unknown color: approx Endeavour. HEX triplet: 2B, 54 and 8A. RGB value is (43,84,138). Sum of RGB (Red+Green+Blue) = 43+84+138=265 (35% of max value = 765). Red value is 43 (17.19% from 255 or 16.23% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B548A is #D4AB75. Grayscale: #4D4D4D. Windows color (decimal): -13937526 or 9065515. OLE color: 9065515.

HSL color Cylindrical-coordinate representation of color #2B548A: hue angle of 214.11º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B548A is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4384138-
CMYK0.690.3900.46
HSL214.11º52.49%35.49%-
HSV(B)214.11º68.84%54.12%-
XYZ8.758.6925.26-
YUV77.9161.92103.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.23%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=16.23%
G=31.70%
B=52.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal43841380.690.3900.46214.1152.4935.49
Hex2B548A452702Ed63423
Octal53124212105470563266443
Binary1010111010100100010101000101100111010111011010110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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