#2a5793

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

Shades of Endeavour #2A5793

Tints of Endeavour #2A5793

Color information

#2A5793 (or 0x2A5793) is unknown color: approx Endeavour. HEX triplet: 2A, 57 and 93. RGB value is (42,87,147). Sum of RGB (Red+Green+Blue) = 42+87+147=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A5793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5793 is #D5A86C. Grayscale: #505050. Windows color (decimal): -14002285 or 9656106. OLE color: 9656106.

HSL color Cylindrical-coordinate representation of color #2A5793: hue angle of 214.29º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2A5793 is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4287147-
CMYK0.710.4100.42
HSL214.29º55.56%37.06%-
HSV(B)214.29º71.43%57.65%-
XYZ9.639.4228.91-
YUV80.38165.59100.62-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.22%
GREEN value IS 87 (34.38% from 255) = 31.52%
BLUE value IS 147 (57.81% from 255) = 53.26%
R=15.22%
G=31.52%
B=53.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal42871470.710.4100.42214.2955.5637.06
Hex2A5793472902Ad63825
Octal52127223107510523267045
Binary1010101010111100100111000111101001010101011010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2a5793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,87,147); }

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

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

 a { background-color: rgb(42,87,147); }

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

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

 span { border-color: rgb(42,87,147); }

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