#2858A3

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

Shades of Endeavour #2858A3

Tints of Endeavour #2858A3

Color information

#2858A3 (or 0x2858A3) is unknown color: approx Endeavour. HEX triplet: 28, 58 and A3. RGB value is (40,88,163). Sum of RGB (Red+Green+Blue) = 40+88+163=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 88 (34.77% from 255 or 30.24% 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 #2858A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2858A3 is #D7A75C. Grayscale: #515151. Windows color (decimal): -14133085 or 10704936. OLE color: 10704936.

HSL color Cylindrical-coordinate representation of color #2858A3: hue angle of 216.59º degrees, saturation: 0.61, 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 #2858A3 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4088163-
CMYK0.750.4600.36
HSL216.59º60.59%39.8%-
HSV(B)216.59º75.46%63.92%-
XYZ10.9810.0736.02-
YUV82.2173.697.9-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 88 (34.77% from 255) = 30.24%
BLUE value IS 163 (64.06% from 255) = 56.01%
R=13.75%
G=30.24%
B=56.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40881630.750.4600.36216.5960.5939.8
Hex2858A34B2E024d93d28
Octal50130243113560443317550
Binary1010001011000101000111001011101110010010011011001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2858A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,88,163); }

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

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

 a { background-color: rgb(40,88,163); }

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

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

 span { border-color: rgb(40,88,163); }

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