#28628D

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

Shades of Endeavour #28628D

Tints of Endeavour #28628D

Color information

#28628D (or 0x28628D) is unknown color: approx Endeavour. HEX triplet: 28, 62 and 8D. RGB value is (40,98,141). Sum of RGB (Red+Green+Blue) = 40+98+141=279 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.34% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #28628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28628D is #D79D72. Grayscale: #555555. Windows color (decimal): -14130547 or 9265704. OLE color: 9265704.

HSL color Cylindrical-coordinate representation of color #28628D: hue angle of 205.54º 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 #28628D is Cyan = 0.72, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4098141-
CMYK0.720.3000.45
HSL205.54º55.8%35.49%-
HSV(B)205.54º71.63%55.29%-
XYZ10.0511.1126.81-
YUV85.56159.2895.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.34%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=14.34%
G=35.13%
B=50.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40981410.720.3000.45205.5455.835.49
Hex28628D481E02Dce3823
Octal50142215110360553167043
Binary101000110001010001101100100011110010110111001110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28628D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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