#28518A

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

Shades of Endeavour #28518A

Tints of Endeavour #28518A

Color information

#28518A (or 0x28518A) is unknown color: approx Endeavour. HEX triplet: 28, 51 and 8A. RGB value is (40,81,138). Sum of RGB (Red+Green+Blue) = 40+81+138=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #28518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28518A is #D7AE75. Grayscale: #4A4A4A. Windows color (decimal): -14134902 or 9064744. OLE color: 9064744.

HSL color Cylindrical-coordinate representation of color #28518A: hue angle of 214.9º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28518A is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4081138-
CMYK0.710.4100.46
HSL214.9º55.06%34.9%-
HSV(B)214.9º71.01%54.12%-
XYZ8.48.1725.18-
YUV75.24163.42102.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=15.44%
G=31.27%
B=53.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40811380.710.4100.46214.955.0634.9
Hex28518A472902Ed73723
Octal50121212107510563276743
Binary1010001010001100010101000111101001010111011010111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28518A; }

 p { color: rgb(40,81,138); }

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

<style>
 a { background-color: #28518A; }

 a { background-color: rgb(40,81,138); }

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

<style>
 span { border-color: #28518A; }

 span { border-color: rgb(40,81,138); }

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