#28648D

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

Shades of Endeavour #28648D

Tints of Endeavour #28648D

Color information

#28648D (or 0x28648D) is unknown color: approx Endeavour. HEX triplet: 28, 64 and 8D. RGB value is (40,100,141). Sum of RGB (Red+Green+Blue) = 40+100+141=281 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.23% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #28648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28648D is #D79B72. Grayscale: #565656. Windows color (decimal): -14130035 or 9266216. OLE color: 9266216.

HSL color Cylindrical-coordinate representation of color #28648D: hue angle of 204.36º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28648D is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40100141-
CMYK0.720.2900.45
HSL204.36º55.8%35.49%-
HSV(B)204.36º71.63%55.29%-
XYZ10.2411.4926.88-
YUV86.73158.6294.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.23%
GREEN value IS 100 (39.45% from 255) = 35.59%
BLUE value IS 141 (55.47% from 255) = 50.18%
R=14.23%
G=35.59%
B=50.18%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401001410.720.2900.45204.3655.835.49
Hex28648D481D02Dcc3823
Octal50144215110350553147043
Binary101000110010010001101100100011101010110111001100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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