#28568B

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

Shades of Endeavour #28568B

Tints of Endeavour #28568B

Color information

#28568B (or 0x28568B) is unknown color: approx Endeavour. HEX triplet: 28, 56 and 8B. RGB value is (40,86,139). Sum of RGB (Red+Green+Blue) = 40+86+139=265 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.09% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #28568B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #28568B is #D7A974. Grayscale: #4E4E4E. Windows color (decimal): -14133621 or 9131560. OLE color: 9131560.

HSL color Cylindrical-coordinate representation of color #28568B: hue angle of 212.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28568B is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4086139-
CMYK0.710.3800.45
HSL212.12º55.31%35.1%-
HSV(B)212.12º71.22%54.51%-
XYZ8.868.9725.69-
YUV78.29162.26100.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.09%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=15.09%
G=32.45%
B=52.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40861390.710.3800.45212.1255.3135.1
Hex28568B472602Dd43723
Octal50126213107460553246743
Binary1010001010110100010111000111100110010110111010100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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