#2A56A0

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

Shades of Endeavour #2A56A0

Tints of Endeavour #2A56A0

Color information

#2A56A0 (or 0x2A56A0) is unknown color: approx Endeavour. HEX triplet: 2A, 56 and A0. RGB value is (42,86,160). Sum of RGB (Red+Green+Blue) = 42+86+160=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #2A56A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A56A0 is #D5A95F. Grayscale: #505050. Windows color (decimal): -14002528 or 10507818. OLE color: 10507818.

HSL color Cylindrical-coordinate representation of color #2A56A0: hue angle of 217.63º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A56A0 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4286160-
CMYK0.740.4600.37
HSL217.63º58.42%39.61%-
HSV(B)217.63º73.75%62.75%-
XYZ10.639.6934.57-
YUV81.28172.4299.98-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.58%
GREEN value IS 86 (33.98% from 255) = 29.86%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=14.58%
G=29.86%
B=55.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal42861600.740.4600.37217.6358.4239.61
Hex2A56A04A2E025da3a28
Octal52126240112560453327250
Binary1010101010110101000001001010101110010010111011010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A56A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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