#28538D

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

Shades of Endeavour #28538D

Tints of Endeavour #28538D

Color information

#28538D (or 0x28538D) is unknown color: approx Endeavour. HEX triplet: 28, 53 and 8D. RGB value is (40,83,141). Sum of RGB (Red+Green+Blue) = 40+83+141=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #28538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28538D is #D7AC72. Grayscale: #4C4C4C. Windows color (decimal): -14134387 or 9261864. OLE color: 9261864.

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

Color convert

RGB4083141-
CMYK0.720.4100.45
HSL214.46º55.8%35.49%-
HSV(B)214.46º71.63%55.29%-
XYZ8.788.5626.39-
YUV76.76164.25101.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.15%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=15.15%
G=31.44%
B=53.41%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40831410.720.4100.45214.4655.835.49
Hex28538D482902Dd63823
Octal50123215110510553267043
Binary1010001010011100011011001000101001010110111010110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28538D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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