#285784

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

Shades of Endeavour #285784

Tints of Endeavour #285784

Color information

#285784 (or 0x285784) is unknown color: approx Endeavour. HEX triplet: 28, 57 and 84. RGB value is (40,87,132). Sum of RGB (Red+Green+Blue) = 40+87+132=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #285784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285784 is #D7A87B. Grayscale: #4D4D4D. Windows color (decimal): -14133372 or 8673064. OLE color: 8673064.

HSL color Cylindrical-coordinate representation of color #285784: hue angle of 209.35º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285784 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4087132-
CMYK0.700.3400.48
HSL209.35º53.49%33.73%-
HSV(B)209.35º69.7%51.76%-
XYZ8.458.9323.11-
YUV78.08158.43100.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.44%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=15.44%
G=33.59%
B=50.97%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40871320.700.3400.48209.3553.4933.73
Hex2857844622030d13522
Octal50127204106420603216542
Binary1010001010111100001001000110100010011000011010001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285784; }

 p { color: rgb(40,87,132); }

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

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

 a { background-color: rgb(40,87,132); }

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

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

 span { border-color: rgb(40,87,132); }

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