#2A5584

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

Shades of Endeavour #2A5584

Tints of Endeavour #2A5584

Color information

#2A5584 (or 0x2A5584) is unknown color: approx Endeavour. HEX triplet: 2A, 55 and 84. RGB value is (42,85,132). Sum of RGB (Red+Green+Blue) = 42+85+132=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #2A5584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5584 is #D5AA7B. Grayscale: #4D4D4D. Windows color (decimal): -14002812 or 8672554. OLE color: 8672554.

HSL color Cylindrical-coordinate representation of color #2A5584: hue angle of 211.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A5584 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4285132-
CMYK0.680.3600.48
HSL211.33º51.72%34.12%-
HSV(B)211.33º68.18%51.76%-
XYZ8.378.6623.06-
YUV77.5158.75102.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 85 (33.59% from 255) = 32.82%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=16.22%
G=32.82%
B=50.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal42851320.680.3600.48211.3351.7234.12
Hex2A55844424030d33422
Octal52125204104440603236442
Binary1010101010101100001001000100100100011000011010011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,85,132); }

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

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

 a { background-color: rgb(42,85,132); }

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

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

 span { border-color: rgb(42,85,132); }

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