#2854A1

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

Shades of Endeavour #2854A1

Tints of Endeavour #2854A1

Color information

#2854A1 (or 0x2854A1) is unknown color: approx Endeavour. HEX triplet: 28, 54 and A1. RGB value is (40,84,161). Sum of RGB (Red+Green+Blue) = 40+84+161=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 84 (33.20% from 255 or 29.47% 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 #2854A1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2854A1 is #D7AB5E. Grayscale: #4F4F4F. Windows color (decimal): -14134111 or 10572840. OLE color: 10572840.

HSL color Cylindrical-coordinate representation of color #2854A1: hue angle of 218.18º 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 #2854A1 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4084161-
CMYK0.750.4800.37
HSL218.18º60.2%39.41%-
HSV(B)218.18º75.16%63.14%-
XYZ10.489.3634.97-
YUV79.62173.9299.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 84 (33.20% from 255) = 29.47%
BLUE value IS 161 (63.28% from 255) = 56.49%
R=14.04%
G=29.47%
B=56.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40841610.750.4800.37218.1860.239.41
Hex2854A14B30025da3c27
Octal50124241113600453327447
Binary1010001010100101000011001011110000010010111011010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2854A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,84,161); }

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

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

 a { background-color: rgb(40,84,161); }

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

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

 span { border-color: rgb(40,84,161); }

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