#28538E

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

Shades of Endeavour #28538E

Tints of Endeavour #28538E

Color information

#28538E (or 0x28538E) is unknown color: approx Endeavour. HEX triplet: 28, 53 and 8E. RGB value is (40,83,142). Sum of RGB (Red+Green+Blue) = 40+83+142=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #28538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28538E is #D7AC71. Grayscale: #4C4C4C. Windows color (decimal): -14134386 or 9327400. OLE color: 9327400.

HSL color Cylindrical-coordinate representation of color #28538E: hue angle of 214.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 #28538E is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4083142-
CMYK0.720.4200.44
HSL214.71º56.04%35.69%-
HSV(B)214.71º71.83%55.69%-
XYZ8.858.5926.78-
YUV76.87164.75101.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 142 (55.86% from 255) = 53.58%
R=15.09%
G=31.32%
B=53.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40831420.720.4200.44214.7156.0435.69
Hex28538E482A02Cd73824
Octal50123216110520543277044
Binary1010001010011100011101001000101010010110011010111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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