#285C8C

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

Shades of Endeavour #285C8C

Tints of Endeavour #285C8C

Color information

#285C8C (or 0x285C8C) is unknown color: approx Endeavour. HEX triplet: 28, 5C and 8C. RGB value is (40,92,140). Sum of RGB (Red+Green+Blue) = 40+92+140=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #285C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C8C is #D7A373. Grayscale: #515151. Windows color (decimal): -14132084 or 9198632. OLE color: 9198632.

HSL color Cylindrical-coordinate representation of color #285C8C: hue angle of 208.8º degrees, saturation: 0.56, 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 #285C8C is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4092140-
CMYK0.710.3400.45
HSL208.8º55.56%35.29%-
HSV(B)208.8º71.43%54.9%-
XYZ9.441026.24-
YUV81.92160.7798.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.71%
GREEN value IS 92 (36.33% from 255) = 33.82%
BLUE value IS 140 (55.08% from 255) = 51.47%
R=14.71%
G=33.82%
B=51.47%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40921400.710.3400.45208.855.5635.29
Hex285C8C472202Dd13823
Octal50134214107420553217043
Binary1010001011100100011001000111100010010110111010001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285C8C; }

 p { color: rgb(40,92,140); }

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

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

 a { background-color: rgb(40,92,140); }

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

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

 span { border-color: rgb(40,92,140); }

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