#285285

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

Shades of Endeavour #285285

Tints of Endeavour #285285

Color information

#285285 (or 0x285285) is unknown color: approx Endeavour. HEX triplet: 28, 52 and 85. RGB value is (40,82,133). Sum of RGB (Red+Green+Blue) = 40+82+133=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #285285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285285 is #D7AD7A. Grayscale: #4B4B4B. Windows color (decimal): -14134651 or 8737320. OLE color: 8737320.

HSL color Cylindrical-coordinate representation of color #285285: hue angle of 212.9º degrees, saturation: 0.54, 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 #285285 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4082133-
CMYK0.700.3800.48
HSL212.9º53.76%33.92%-
HSV(B)212.9º69.92%52.16%-
XYZ8.138.1823.34-
YUV75.26160.59102.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=15.69%
G=32.16%
B=52.16%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40821330.700.3800.48212.953.7633.92
Hex2852854626030d53622
Octal50122205106460603256642
Binary1010001010010100001011000110100110011000011010101110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285285; }

 p { color: rgb(40,82,133); }

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

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

 a { background-color: rgb(40,82,133); }

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

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

 span { border-color: rgb(40,82,133); }

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