#28568E

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

Shades of Endeavour #28568E

Tints of Endeavour #28568E

Color information

#28568E (or 0x28568E) is unknown color: approx Endeavour. HEX triplet: 28, 56 and 8E. RGB value is (40,86,142). Sum of RGB (Red+Green+Blue) = 40+86+142=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #28568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28568E is #D7A971. Grayscale: #4E4E4E. Windows color (decimal): -14133618 or 9328168. OLE color: 9328168.

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

Color convert

RGB4086142-
CMYK0.720.3900.44
HSL212.94º56.04%35.69%-
HSV(B)212.94º71.83%55.69%-
XYZ9.099.0626.86-
YUV78.63163.76100.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.93%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 142 (55.86% from 255) = 52.99%
R=14.93%
G=32.09%
B=52.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal40861420.720.3900.44212.9456.0435.69
Hex28568E482702Cd53824
Octal50126216110470543257044
Binary1010001010110100011101001000100111010110011010101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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