#2957A3

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

Shades of Endeavour #2957A3

Tints of Endeavour #2957A3

Color information

#2957A3 (or 0x2957A3) is unknown color: approx Endeavour. HEX triplet: 29, 57 and A3. RGB value is (41,87,163). Sum of RGB (Red+Green+Blue) = 41+87+163=291 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.09% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 163 (64.06% from 255 or 56.01% from 291); Max value from RGB is 163 - color contains mainly: blue. Hex color #2957A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2957A3 is #D6A85C. Grayscale: #515151. Windows color (decimal): -14067805 or 10704681. OLE color: 10704681.

HSL color Cylindrical-coordinate representation of color #2957A3: hue angle of 217.38º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2957A3 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4187163-
CMYK0.750.4700.36
HSL217.38º59.8%40%-
HSV(B)217.38º74.85%63.92%-
XYZ10.939.9335.99-
YUV81.91173.7698.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.09%
GREEN value IS 87 (34.38% from 255) = 29.90%
BLUE value IS 163 (64.06% from 255) = 56.01%
R=14.09%
G=29.90%
B=56.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41871630.750.4700.36217.3859.840
Hex2957A34B2F024d93c28
Octal51127243113570443317450
Binary1010011010111101000111001011101111010010011011001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2957A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2957A3; }

 p { color: rgb(41,87,163); }

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

<style>
 a { background-color: #2957A3; }

 a { background-color: rgb(41,87,163); }

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

<style>
 span { border-color: #2957A3; }

 span { border-color: rgb(41,87,163); }

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