#28538A

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

Shades of Endeavour #28538A

Tints of Endeavour #28538A

Color information

#28538A (or 0x28538A) is unknown color: approx Endeavour. HEX triplet: 28, 53 and 8A. RGB value is (40,83,138). Sum of RGB (Red+Green+Blue) = 40+83+138=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #28538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28538A is #D7AC75. Grayscale: #4C4C4C. Windows color (decimal): -14134390 or 9065256. OLE color: 9065256.

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

Color convert

RGB4083138-
CMYK0.710.4000.46
HSL213.67º55.06%34.9%-
HSV(B)213.67º71.01%54.12%-
XYZ8.568.4725.23-
YUV76.41162.75102.03-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.33%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=15.33%
G=31.80%
B=52.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal40831380.710.4000.46213.6755.0634.9
Hex28538A472802Ed63723
Octal50123212107500563266743
Binary1010001010011100010101000111101000010111011010110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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