#28648E

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

Shades of Endeavour #28648E

Tints of Endeavour #28648E

Color information

#28648E (or 0x28648E) is unknown color: approx Endeavour. HEX triplet: 28, 64 and 8E. RGB value is (40,100,142). Sum of RGB (Red+Green+Blue) = 40+100+142=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 100 (39.45% from 255 or 35.46% from 282); Blue value is 142 (55.86% from 255 or 50.35% from 282); Max value from RGB is 142 - color contains mainly: blue. Hex color #28648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28648E is #D79B71. Grayscale: #565656. Windows color (decimal): -14130034 or 9331752. OLE color: 9331752.

HSL color Cylindrical-coordinate representation of color #28648E: hue angle of 204.71º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28648E is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40100142-
CMYK0.720.3000.44
HSL204.71º56.04%35.69%-
HSV(B)204.71º71.83%55.69%-
XYZ10.3111.5227.27-
YUV86.85159.1294.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.18%
GREEN value IS 100 (39.45% from 255) = 35.46%
BLUE value IS 142 (55.86% from 255) = 50.35%
R=14.18%
G=35.46%
B=50.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401001420.720.3000.44204.7156.0435.69
Hex28648E481E02Ccd3824
Octal50144216110360543157044
Binary101000110010010001110100100011110010110011001101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28648E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28648E; }

 p { color: rgb(40,100,142); }

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

<style>
 a { background-color: #28648E; }

 a { background-color: rgb(40,100,142); }

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

<style>
 span { border-color: #28648E; }

 span { border-color: rgb(40,100,142); }

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