#2858A0

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

Shades of Endeavour #2858A0

Tints of Endeavour #2858A0

Color information

#2858A0 (or 0x2858A0) is unknown color: approx Endeavour. HEX triplet: 28, 58 and A0. RGB value is (40,88,160). Sum of RGB (Red+Green+Blue) = 40+88+160=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 88 (34.77% from 255 or 30.56% 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 #2858A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2858A0 is #D7A75F. Grayscale: #515151. Windows color (decimal): -14133088 or 10508328. OLE color: 10508328.

HSL color Cylindrical-coordinate representation of color #2858A0: hue angle of 216º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2858A0 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4088160-
CMYK0.750.4500.37
HSL216º60%39.22%-
HSV(B)216º75%62.75%-
XYZ10.719.9734.62-
YUV81.86172.198.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.89%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=13.89%
G=30.56%
B=55.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40881600.750.4500.372166039.22
Hex2858A04B2D025d83c27
Octal50130240113550453307447
Binary1010001011000101000001001011101101010010111011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2858A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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