#28638A

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

Shades of Endeavour #28638A

Tints of Endeavour #28638A

Color information

#28638A (or 0x28638A) is unknown color: approx Endeavour. HEX triplet: 28, 63 and 8A. RGB value is (40,99,138). Sum of RGB (Red+Green+Blue) = 40+99+138=277 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.44% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #28638A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28638A is #D79C75. Grayscale: #555555. Windows color (decimal): -14130294 or 9069352. OLE color: 9069352.

HSL color Cylindrical-coordinate representation of color #28638A: hue angle of 203.88º 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 #28638A is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4099138-
CMYK0.710.2800.46
HSL203.88º55.06%34.9%-
HSV(B)203.88º71.01%54.12%-
XYZ9.9211.2125.69-
YUV85.8157.4595.33-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.44%
GREEN value IS 99 (39.06% from 255) = 35.74%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=14.44%
G=35.74%
B=49.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40991380.710.2800.46203.8855.0634.9
Hex28638A471C02Ecc3723
Octal50143212107340563146743
Binary101000110001110001010100011111100010111011001100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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