#2A569C

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

Shades of Endeavour #2A569C

Tints of Endeavour #2A569C

Color information

#2A569C (or 0x2A569C) is unknown color: approx Endeavour. HEX triplet: 2A, 56 and 9C. RGB value is (42,86,156). Sum of RGB (Red+Green+Blue) = 42+86+156=284 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.79% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 156 (61.33% from 255 or 54.93% from 284); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A569C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A569C is #D5A963. Grayscale: #505050. Windows color (decimal): -14002532 or 10245674. OLE color: 10245674.

HSL color Cylindrical-coordinate representation of color #2A569C: hue angle of 216.84º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A569C is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4286156-
CMYK0.730.4500.39
HSL216.84º57.58%38.82%-
HSV(B)216.84º73.08%61.18%-
XYZ10.289.5532.75-
YUV80.82170.42100.31-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.79%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 156 (61.33% from 255) = 54.93%
R=14.79%
G=30.28%
B=54.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42861560.730.4500.39216.8457.5838.82
Hex2A569C492D027d93a27
Octal52126234111550473317247
Binary1010101010110100111001001001101101010011111011001111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,86,156); }

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

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

 a { background-color: rgb(42,86,156); }

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

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

 span { border-color: rgb(42,86,156); }

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