#2557A1

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

Shades of Endeavour #2557A1

Tints of Endeavour #2557A1

Color information

#2557A1 (or 0x2557A1) is unknown color: approx Endeavour. HEX triplet: 25, 57 and A1. RGB value is (37,87,161). Sum of RGB (Red+Green+Blue) = 37+87+161=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #2557A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2557A1 is #DAA85E. Grayscale: #505050. Windows color (decimal): -14329951 or 10573605. OLE color: 10573605.

HSL color Cylindrical-coordinate representation of color #2557A1: hue angle of 215.81º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2557A1 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3787161-
CMYK0.770.4600.37
HSL215.81º62.63%38.82%-
HSV(B)215.81º77.02%63.14%-
XYZ10.69.7835.05-
YUV80.49173.4496.98-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 161 (63.28% from 255) = 56.49%
R=12.98%
G=30.53%
B=56.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal37871610.770.4600.37215.8162.6338.82
Hex2557A14D2E025d83f27
Octal45127241115560453307747
Binary1001011010111101000011001101101110010010111011000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2557A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2557A1; }

 p { color: rgb(37,87,161); }

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

<style>
 a { background-color: #2557A1; }

 a { background-color: rgb(37,87,161); }

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

<style>
 span { border-color: #2557A1; }

 span { border-color: rgb(37,87,161); }

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